Expand description
Structures and utility functions to build the command line interface of yozefu
.
It relies on the clap
crate.
Structs§
- CLI parser
- Wrapper of around the
lib::Error
struct.
Constants§
- Name of the application
Traits§
- Parse command-line arguments into
Self
.
Derive Macros§
- Generates the
Parser
implementation.