macro_rules! root_from_crate {
() => { ... };
($action:expr) => { ... };
}Expand description
Macro for convinience to create root command.
macro_rules! root_from_crate {
() => { ... };
($action:expr) => { ... };
}Macro for convinience to create root command.