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
ArgEnum
impl. - Clap
- Generates the
Clap
implementation. - IntoApp
- Generates the
IntoApp
impl. - Subcommand
- Generates the
Subcommand
impl.