Skip to main content

CliCommand

Derive Macro CliCommand 

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

Derive typed subcommand dispatch for an enum.

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