Skip to main content

Cli

Derive Macro Cli 

Source
#[derive(Cli)]
{
    // Attributes available to this derive:
    #[usage]
    #[command]
    #[arg]
    #[value]
    #[group]
}
Expand description

Compile a struct into a parser and a spec. See the crate docs.