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