Function easy_process::run[][src]

pub fn run(cmd: &str) -> Result<Output, Error>

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.