Expand description
This crate is custom derive for clap. It should not be used
directly. See clap documentation
for the usage of #[derive(Clap)].
Derive Macrosยง
- ArgEnum
- Generates the
ArgEnumimpl. - Clap
- Generates the
Clapimplementation. - IntoApp
- Generates the
IntoAppimpl. - Subcommand
- Generates the
Subcommandimpl.