Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Nov 14, 2021
1 parent 005031a commit 09bbd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const parseArgs = (
);
} else if (pos + 1 < argv.length && !argv[pos + 1].startsWith('-')) {
// withValue option should also support setting values when '=
// isn't used ie. both --foo=b and --foo b should work
// isn't used ie. both --foo=b and --foo b should work

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

0 comments on commit 09bbd36

Please sign in to comment.