build_command

Function build_command 

Source
fn build_command(
    program: &str,
    args: &[&str],
    dir: &Path,
    env: &[(&str, &str)],
) -> Command