macro_rules! impl_async_cmdlet { ($run_fn:ident, $help_fn:ident) => { ... }; }
Implement an asynchronous cmdlet module
TODO