Skip to content

Commit

Permalink
fix: no prefix output
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 13, 2024
1 parent f0af537 commit e9f9123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions eask
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ yargs
type: 'boolean',
hidden: true,
},
'no-color': {
description: `disable color output`,
'color': {
description: `enable/disable color output`,
prefix: 'no',
type: 'boolean',
hidden: true,
},
Expand Down
2 changes: 0 additions & 2 deletions test/options/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ eask info -q
eask info --qucik
eask info -f
eask info --force
eask info --dev
eask info --development
eask info --debug
eask info --strict
eask info --allow-error
Expand Down

0 comments on commit e9f9123

Please sign in to comment.