macro_rules! impl_blocking_cmdlet { ($run_fn:ident, $help_fn:ident) => { ... }; }
Implement a blocking cmdlet module
TODO