pub fn shell_env_filter( start: &str, minus: Vec<String>, env: &[(&str, &str)], cwd: &Path, cmd: &str, args: &[&str], ) -> Result<(), String>