Skip to main content

run_cmd_in_dir

Function run_cmd_in_dir 

Source
pub fn run_cmd_in_dir(dir_name: &str, cmd: &str) -> Result<CmdOutput, StepError>
Expand description

Run a shell command via sh -c in a specific directory.