Skip to main content

ExecuteRun

Function ExecuteRun 

Source
fn ExecuteRun(
    Command: &[String],
    EnvVars: &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