Derive Macro clap_derive::Subcommand

source ·
#[derive(Subcommand)]
{
    // Attributes available to this derive:
    #[clap]
    #[command]
    #[arg]
    #[group]
}
Expand description

Generates the Subcommand impl.