pub async fn execute_command<W: Write>(
command: &Command,
env: &CliEnvironment,
output: &mut W,
) -> Result<(), RuntimeError>Expand description
Executes a parsed command.
ยงErrors
Returns RuntimeError if output, browser launch, auth, or HTTP fails.