Expand description
A very simple way to parse CLI arguments.
Macros§
Structs§
- Args
- Argument parser. This can be given to
parseto customise which arguments are parsed, as well as the formatting. - Color
- An ANSI formatting sequence, which can be disabled.
- Style
- Colors for
Erroroutput.
Enums§
- Error
parseexit condition. This may occur with invalid arguments, or if--helpis given,Error::Help.- Opt
- A command line option. This is used by
parse.