Skip to content

Commit 64a00e9

Browse files
author
jklein
committed
Removing an unneeded line which was causing the CLI option validation to fail
1 parent 8278bcf commit 64a00e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cli/common.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ function cli(api){
257257
while(arg){
258258
if (arg.indexOf("--") === 0){
259259
argName = arg.substring(2);
260-
options[argName] = true;
261260

262261
if (argName.indexOf("=") > -1){
263262
parts = argName.split("=");

0 commit comments

Comments
 (0)