Root

Macro Root 

Source
macro_rules! Root {
    ($($child:expr),+) => { ... };
}
Expand description

A utility to create the root Node of a command tree.