Argsparse
|
Classes | |
class | Argument< C, V > |
class | ArgumentEnumerable< C > |
Enumerate arguments in the order they should be parsed. | |
class | ArgumentMultiplicity |
Models information about a plain argument, how many parts it should consist of. More... | |
class | ArrayExtension |
class | ConverterFactory |
class | DefaultHelpFormatter< T > |
An implementation of IParserHelpFormatter<T> that provides basic help formatting which includes all information about options and arguments. More... | |
class | Flag< C > |
Represent a flag, an option that is always only either ON or OFF, i.e. without any further value provided by the user. More... | |
interface | IArgument< C > |
class | InvalidParserConfigurationException |
Models an expception thrown when the parser is not configured properly, for example with subcommands of the same name. More... | |
interface | IOption< C > |
interface | IParser |
Models a Parser of any context. More... | |
interface | IParser< C > |
interface | IParserHelpFormatter< T > |
An object which is used to create help write-ups for parsers, the message one usually sees when a command is passed the –help flag. More... | |
class | KeyValuePairExtensions |
class | Option< C, V > |
Models a parser option which is to accept a value provided by the user. More... | |
class | Parser< C > |
class | ParserConversionException |
Models an exception thrown when the parser fails to convert a value from string to the intended type. More... | |
class | ParserRuntimeException |
Models an exception thrown when the parser fails to run the action associated with an option, flag or argument or a parser. More... | |