Skip to content

Commit 577962d

Browse files
committed
🐛 FIX: Strict camelCase flags
1 parent 8670e87 commit 577962d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/utils/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const flags = {
88
alias: `c`,
99
desc: `Clear the console`
1010
},
11-
'no-clear': {
11+
noClear: {
1212
type: `boolean`,
1313
default: false,
1414
desc: `Don't clear the console`

0 commit comments

Comments
 (0)