Skip to main content

dispatch

Function dispatch 

Source
pub async fn dispatch(
    argv: Vec<String>,
    env: BTreeMap<String, String>,
) -> Result<i32>
Expand description

Dispatch from raw argv (used if calling from an external-subcommand pattern). Returns an exit code.