Macro choice

Source
macro_rules! choice {
    ($name:expr, $description:expr, $action:expr) => { ... };
    ($name:expr, $action:expr) => { ... };
}