Skip to main content

start_captured_process

Function start_captured_process 

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