Skip to main content

run

Function run 

Source
pub fn run(
    cmd: &str,
    cmd_args: &[String],
    envs: &Vec<(&str, &str)>,
) -> Result<(), Error>