Function shell_env_cap_split

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