Skip to main content

run

Function run 

Source
fn run(program: &str, args: &[&str], env: &[(&str, &str)]) -> Result<()>
Expand description

Runs a command, inheriting stdio so its output reaches the job log.