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.
pub async fn execute_command(
command: &Command,
_global: &GlobalOpts,
ctx: &OutputContext,
) -> Result<(), CliError>Execute the given CLI command.
COLD PATH — called once per invocation.