Skip to main content

Cli

Derive Macro Cli 

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

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