use kebab case instead of camelcase for no cli options
This commit is contained in:
parent
46d991e3e9
commit
862bd6d92a
@ -19,7 +19,7 @@ each(File.options, function (option, key) {
|
||||
}
|
||||
|
||||
if (option.type === "boolean" && option.default === true) {
|
||||
arg = "no-" + key;
|
||||
arg = "no-" + arg;
|
||||
}
|
||||
|
||||
arg = "--" + arg;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user