From 09bbd3637baa0ab6ad85a2363045bf7b13e4f6cb Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sun, 14 Nov 2021 18:15:19 +0000 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f17c959..bc0d5a9 100644 --- a/index.js +++ b/index.js @@ -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