ReadonlyconfigThe configuration of the argument parser.
ReadonlyhelpThe 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.
Optionalname: stringThe name of the help action.
Optionalalias: stringThe alias of the help action.
The updated parser.
Adds a version action to the parser.
Optionalname: stringThe name of the version action.
Optionalalias: 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.