Derive Macro clap_derive::ValueEnum

source ·
#[derive(ValueEnum)]
{
    // Attributes available to this derive:
    #[clap]
    #[value]
}
Expand description

Generates the ValueEnum impl.