Derive Macro clap_derive::Args

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

Generates the Args impl.