Skip to content

Commit 4212817

Browse files
committed
chore: change command description
1 parent 8107807 commit 4212817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/better-scripts.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ const argv = yargs(hideBin(process.argv))
3131
.help('help')
3232
.alias('help', 'h')
3333
.alias('version', 'v')
34-
.command('$0', 'Run your script', {}, defaultCommand)
34+
.command('$0', 'Run script interactively', {}, defaultCommand)
3535
.command(
3636
'run <name>',
37-
'Run script non-interactive, usually in CI mode',
37+
'Run script imperatively',
3838
{
3939
skip: {
4040
alias: 's',

0 commit comments

Comments
 (0)