pub fn cmd(line: &str, args: &[&str], env: &[(&str, &str)]) -> Result<()>
Run the command with args, inherits stdout and stderr.