Derive Macro clap_derive::Subcommand
source · #[derive(Subcommand)]
{
// Attributes available to this derive:
#[clap]
}
Expand description
Generates the Subcommand
impl.
#[derive(Subcommand)]
{
// Attributes available to this derive:
#[clap]
}
Generates the Subcommand
impl.