#[derive(ValueEnum)] { // Attributes available to this derive: #[clap] #[value] }
Generates the ValueEnum impl.
ValueEnum