Macro make_selection

Source
macro_rules! make_selection {
    ($name:ident, $prompt:expr, $options:expr) => { ... };
}
Expand description

Macro to create a selection prompt.