macro_rules! root_from_crate {
    () => { ... };
    ($action:expr) => { ... };
}
Expand description

Macro for convinience to create root command.