Crate nameless_clap_derive
source ·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
Clap
implementation.Generates the
IntoApp
impl.Generates the
Subcommand
impl.