shi
macro_rules! parent { ( $name:expr, $help:literal, $( $x:expr ),* $(,)? ) => { ... }; ( $name:expr, $( $x:expr ),* $(,)? ) => { ... }; }
Creates a parent command that has child subcommands underneath it.