Structs§
Traits§
- Parser
- Parse command-line arguments into
Self
. - Subcommand
- Parse a sub-command into a user-defined enum.
Derive Macros§
- Parser
- Generates the
Parser
implementation. - Subcommand
- Generates the
Subcommand
impl.
Self
.Parser
implementation.Subcommand
impl.