run

Function run 

Source
pub fn run(cmd: &str) -> Result<Output>
Expand description

Runs the given command

§Arguments

cmd - A string slice containing the command to be run.

§Errors

if the exit status is not successful or a io::Error was returned.