[][src]Crate clap_derive

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.