Skip to content

Commit

Permalink
🐛 FIX: Strict camelCase flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed May 15, 2021
1 parent 8670e87 commit 577962d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/utils/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const flags = {
alias: `c`,
desc: `Clear the console`
},
'no-clear': {
noClear: {
type: `boolean`,
default: false,
desc: `Don't clear the console`
Expand Down

0 comments on commit 577962d

Please sign in to comment.