Function shell_env

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