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 978a2b5 commit a1da771Copy full SHA for a1da771
src/argparse.ts
@@ -61,7 +61,7 @@ class ArgExtractor {
61
arg = arg.concat(peek);
62
} else {
63
// end of quotation; just consume character without adding literally to arg
64
- inQuotedString = false;
+ inQuotedString = false;
65
}
66
67
// open double quotation
0 commit comments