Skip to main content

run_process_command

Function run_process_command 

Source
pub fn run_process_command(
    spec: &ProcessCommandSpec,
    stdin: Vec<u8>,
) -> Result<Vec<u8>>
Expand description

Runs the command in spec, feeding stdin, and returns its captured stdout.