Expand description
Parser for collecting argument flags and values from a token stream. A parser for collecting arguments from a token stream.
Structs§
- ArgLookup
Table - Argument id to metadata look-up table.
- Parsed
Args - Defines the result of argument parsing. This is a simple key-value store that offers a look-up over parsed arguments.
- Values
- Iterator over argument values.
Enums§
- Arg
- Defines an argument on the command line.
- AtMost
- The number of expected values on a given argument.
- Error
- Defines the possible errors that may occur during parsing of arguments.