Derive Macro clap_derive::ValueEnum 
source · [−]#[derive(ValueEnum)]
{
    // Attributes available to this derive:
    #[clap]
    #[value]
}
Expand description
Generates the ValueEnum impl.
#[derive(ValueEnum)]
{
    // Attributes available to this derive:
    #[clap]
    #[value]
}
Generates the ValueEnum impl.