macro_rules! make_selection {
($name:ident, $prompt:expr, $options:expr) => { ... };
}Expand description
Macro to create a selection prompt.
macro_rules! make_selection {
($name:ident, $prompt:expr, $options:expr) => { ... };
}Macro to create a selection prompt.