Expand description
A simple command-line argument parsing library.
This library provides a builder pattern API to define arguments and a parser to process them from the command line. The parsed arguments can be converted to any type that implements FromStr
Structs§
- Argument
Builder - A temporary builder object for configuring arguments.
- Parsed
Args - Represents a set of parsed arguments.
- Parser
- The main parser object used to define arguments and run the parser.
Enums§
- ArgParse
Error - Represents all possible errors that can occur during parsing.