Skip to main content

run

Function run 

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

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