Skip to main content

CliOptions

Derive Macro CliOptions 

Source
#[derive(CliOptions)]
{
    // Attributes available to this derive:
    #[cli]
    #[arg]
}
Expand description

Derive typed argument parsing for a struct.

See the cli-ui crate documentation for full usage and attribute reference.