Macro clap_utils::subcmd
source · macro_rules! subcmd {
($name:ident, [$($variant:ident=$comment:expr),*]) => { ... };
}
Expand description
define a new subcommand
macro_rules! subcmd {
($name:ident, [$($variant:ident=$comment:expr),*]) => { ... };
}
define a new subcommand