Macro shi::parent[][src]

macro_rules! parent {
    ($name : expr, $help : literal, $($x : expr), * $(,) ?) => { ... };
    ($name : expr, $($x : expr), * $(,) ?) => { ... };
}
Expand description

Creates a parent command that has child subcommands underneath it.