execute_run

Function execute_run 

Source
fn execute_run(
    command: &[String],
    env_vars: &HashMap<String, String>,
) -> Result<()>
Expand description

Executes the run command.

§Arguments

  • command - The command to execute
  • env_vars - Environment variables to set

§Returns

Result indicating success or failure