Command flag value.
Object containing command flag values by their names.
A command argument or a command flag.
Empty command argument.
A value that a parser can match.
String command argument.
Creates the flag object from raw command flags.
Raw command flags.
Flag object options. Flag object options override the default ones, if you want to disable a flag object option then you should explicitly set it to undefined.
Creates a RichArgv object from command parts.
Command parts.
Creates a RichCommand from a Command.
Checks whether the command part is an argument.
A Command part to check.
Checks whether the command part is a flag.
A command part to check.
Parses the source string to a RichArgv.
The source string.
Parsing and processing options. Parsing options override the default ones, if you want to disable a parsing option then you should explicitly set it to undefined.
Tries to parse the source string to a RichCommand.
The source string.
Parsing and processing options. Parsing options override the default ones, if you want to disable a parsing option then you should explicitly set it to undefined.
A rich command if command was parsed successfully, null otherwise.
Default flag object options.
Default rich parser options.
Generated using TypeDoc
String or empty command argument.