We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005031a commit 09bbd36Copy full SHA for 09bbd36
index.js
@@ -55,7 +55,7 @@ const parseArgs = (
55
);
56
} else if (pos + 1 < argv.length && !argv[pos + 1].startsWith('-')) {
57
// withValue option should also support setting values when '=
58
- // isn't used ie. both --foo=b and --foo b should work
+ // isn't used ie. both --foo=b and --foo b should work
59
60
result.args[arg] = true;
61
// If withValue option is specified, take next position arguement as
0 commit comments