Skip to main content

get_out

Function get_out 

Source
pub fn get_out(command: String) -> Result<Output>
Available on crate feature shell only.
Expand description

Run sh -c <command> capturing stdout/stderr. Returns the raw Output.