#[derive(Subcommand)]
{
// Attributes available to this derive:
#[clap]
#[command]
#[arg]
#[group]
}
Expand description
Generates the Subcommand
impl.
#[derive(Subcommand)]
{
// Attributes available to this derive:
#[clap]
#[command]
#[arg]
#[group]
}
Generates the Subcommand
impl.