Skip to main content

dispatch

Function dispatch 

Source
pub fn dispatch(cmd: LiveCmd) -> ExitCode
Expand description

Top-level entry point invoked by [crate::main]. Builds a runtime, drives the async dispatch, and folds the resulting LiveCmdError to an ExitCode via LiveCmdError::exit_code.