Skip to main content

run_cmd

Function run_cmd 

Source
pub async fn run_cmd(
    dir: PathBuf,
    cmd: String,
    timeout: Duration,
    execution_mode: CommandExecutionMode,
) -> Result<CommandResult>