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 898b226 commit 7a18fa5Copy full SHA for 7a18fa5
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