forc_util

Macro cli_examples

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