Macro gen_commandset

Source
macro_rules! gen_commandset {
    ($name:ident {
        $($variant:ident = ($val:expr, [$($flag:expr),*], [$($arg:expr),*], $help:expr)),*,
    }) => { ... };
}
Expand description

Macro to help build CommandSets