Skip to main content

run

Function run 

Source
pub fn run(argv: &[String], opts: &ExecOpts) -> Result<String>
Expand description

Run a command and return stdout. With check set, a non-zero exit is an error carrying both streams.