Crate clap_derive[][src]

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

Generates the ArgEnum impl.

Generates the Args impl.

Generates the Clap implementation.

Generates the IntoApp impl.

Generates the Subcommand impl.