Skip to content

Commit

Permalink
fix(eask): color option with --no- prefixing
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 13, 2024
1 parent e9f9123 commit ea5bc86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eask
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,9 @@ yargs
hidden: true,
},
'color': {
description: `enable/disable color output`,
description: 'enable/disable color output with `--no-` prefix',
prefix: 'no',
type: 'boolean',
hidden: true,
},
'verbose': {
description: `set verbosity from 0 to 5`,
Expand Down

0 comments on commit ea5bc86

Please sign in to comment.