We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5a8966 + af98b0e commit 0e85f26Copy full SHA for 0e85f26
1 file changed
src/cli/common.js
@@ -257,7 +257,6 @@ function cli(api){
257
while(arg){
258
if (arg.indexOf("--") === 0){
259
argName = arg.substring(2);
260
- options[argName] = true;
261
262
if (argName.indexOf("=") > -1){
263
parts = argName.split("=");
0 commit comments