Empty argument markers used to mark argument with undefined value.
Escape markers used to escape closing quotes in quoted arguments. Also can be used to escape themselves.
Flag markers mark the beginning of the command flag.
Flag value markers separate the flag value from the flag name. E.g in "--flag = value" the equal sign is the flag value marker.
Quoted argument markers. A quote may be single ( " ) or paired ( {, } ).
When the parser reaches a rest marker, it parses the rest of the source as a string argument.
Argument separators. A separator may be a single character or a string.
Generated using TypeDoc
Options describing the command syntax for the Parser.