pub fn shell_child_create( env: &[(&str, &str)], cwd: &Path, cmd: &str, args: &[&str], ) -> Result<ShellChild, String>