Skip to content

Commit 0e85f26

Browse files
committed
Merge pull request #353 from jklein/master
Removing an unneeded line that caused option validation to fail
2 parents b5a8966 + af98b0e commit 0e85f26

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)