Skip to content

Commit 09bbd36

Browse files
author
Benjamin E. Coe
committed
Update index.js
1 parent 005031a commit 09bbd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const parseArgs = (
5555
);
5656
} else if (pos + 1 < argv.length && !argv[pos + 1].startsWith('-')) {
5757
// withValue option should also support setting values when '=
58-
// isn't used ie. both --foo=b and --foo b should work
58+
// isn't used ie. both --foo=b and --foo b should work
5959

6060
result.args[arg] = true;
6161
// If withValue option is specified, take next position arguement as

0 commit comments

Comments
 (0)