Skip to main content

dispatch_command

Function dispatch_command 

Source
pub async fn dispatch_command(
    command: CloudCommand,
    env: BTreeMap<String, String>,
) -> Result<i32>
Expand description

Dispatch from a pre-parsed CloudCommand. Returns an exit code.