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