macro_rules! impl_blocking_cmdlet {
    ($run_fn:ident, $help_fn:ident) => { ... };
}
Expand description

Implement a blocking cmdlet module

Example

TODO