use kebab case instead of camelcase for no cli options
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user