Readonly
configThe configuration of the argument parser.
Readonly
helpThe help message for the arguments.
Adds an action configuration to the parser.
The action configuration.
The updated parser.
Adds an argument configuration to the parser.
The argument configuration.
The updated parser.
Adds a help action to the parser.
Optional
name: stringThe name of the help action.
Optional
alias: stringThe alias of the help action.
The updated parser.
Adds a version action to the parser.
Optional
name: stringThe name of the version action.
Optional
alias: stringThe alias of the version action.
The updated parser.
Parses the given argument string and returns a collection of parsed arguments.
The argument string.
A ParsedArgumentsCollection containing the parsed arguments.
Interface for an argument parser.