macro_rules! cli_examples {
($st:path { $( [ $($description:ident)* => $command:stmt ] )* }) => { ... };
( $code:block { $( [ $($description:ident)* => $command:stmt ] )* }) => { ... };
}
macro_rules! cli_examples {
($st:path { $( [ $($description:ident)* => $command:stmt ] )* }) => { ... };
( $code:block { $( [ $($description:ident)* => $command:stmt ] )* }) => { ... };
}