Skip to main content

start_captured_process_with_env

Function start_captured_process_with_env 

Source
pub fn start_captured_process_with_env(
    command: &[String],
    cwd: &Path,
    stdin_text: Option<&str>,
    env: Option<&BTreeMap<String, String>>,
) -> Result<CapturedProcess>