Skip to main content

execute_command

Function execute_command 

Source
pub async fn execute_command(
    command: &Command,
    _global: &GlobalOpts,
    ctx: &OutputContext,
) -> Result<(), CliError>
Expand description

Execute the given CLI command.

COLD PATH — called once per invocation.