impl_async_cmdlet

Macro impl_async_cmdlet 

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

Implement an asynchronous cmdlet module

ยงExample

TODO