pub async fn dispatch(cli: Cli) -> Result<()>
Dispatch a parsed Cli to the matching runner. Subcommands (history, last) run synchronously; the default action (run_ask) is async.
Cli
run_ask