Function shell_env_cap

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