feat(cli): prompt to create author if none found when adding link
This commit is contained in:
parent
91621b120a
commit
328464670d
5 changed files with 56 additions and 22 deletions
|
@ -18,7 +18,7 @@ export const runTasksMenu = async () => {
|
|||
{
|
||||
type: 'list',
|
||||
name: 'task',
|
||||
message: 'Select a task to run:',
|
||||
message: 'Select a task to perform:',
|
||||
choices: TASKS.map(t => ({ name: t.name, value: t.handler }))
|
||||
}
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue