Skip to content

Commit

Permalink
fix option test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 14, 2024
1 parent c031e26 commit 8f67ebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eask
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ yargs
},
'color': {
description: 'enable/disable color output with `--no-` prefix',
prefix: 'no',
type: 'boolean',
prefix: 'no',
},
'verbose': {
description: `set verbosity from 0 to 5`,
Expand Down
4 changes: 2 additions & 2 deletions test/options/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ eask info --global
eask info -a
eask info --all
eask info -q
eask info --qucik
eask info --quick
eask info -f
eask info --force
eask info --debug
Expand All @@ -46,6 +46,6 @@ eask info --no-color
eask info --proxy localhost:8080
eask info --http-proxy localhost:8080
eask info --https-proxy localhost:8080
eask info --no-proxy localhost:8080
#eask info --no-proxy localhost:8080
eask info -v 4
eask info --verbose 4

0 comments on commit 8f67ebb

Please sign in to comment.