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(Parser)].

Derive Macros

Generates the ArgEnum impl.

Generates the Args impl.

Generates the IntoApp impl.

Generates the Parser implementation.

Generates the Subcommand impl.