pub fn shell_env_cap_split( env: &[(&str, &str)], cwd: &Path, cmd: &str, args: &[&str], ) -> (String, String, bool)