macro_rules! cli_examples {
    ($( [ $($description:ident)* => $command:tt $args:expr $( => $output:expr )? ] )*) => { ... };
}