Target argument.
Double quoted argument or the same value.
Converts an array of strings to a stringified regex group.
The array of strings.
Is this group at the end of a line?
Stringified regex group.
Converts a flag to the regular expressions that are used to match this flags.
The flag.
Custom flag short prefix, full prefix, suffix and separator. This is used when flag doesn't have it's own value.
Short and full regular expression for this flag.
Converts an array of flags to the map of regular expressions that are used to match this flags.
The array of flags.
Custom flag short prefix, full prefix & suffix. This is used when flag doesn't have it's own value.
Map with flag as a key and regular expressions as a value.
Replaces regexp special characters with text.
Original string.
The string with escaped special characters.
Removes double quotes from command line except backslashed double quotes.
Command line
Command line without double quotes.
Splits command line into arguments by preprocessing double quotes.
Command line.
The list of args.
Wraps argument with double quotes if it has spaces.