Skip to main content

dispatch

Function dispatch 

Source
pub async fn dispatch(cli: Cli) -> Result<()>
Expand description

Dispatch a parsed Cli to the matching runner. Subcommands (history, last) run synchronously; the default action (run_ask) is async.