Skip to main content

build_command

Function build_command 

Source
pub fn build_command(
    command: &str,
    args: &[&str],
    env: &[(String, String)],
    workdir: Option<&Path>,
) -> Command
Expand description

Build a Command with all configuration applied.