command

Function command 

Source
pub fn command<H>(
    cmd: impl AsRef<OsStr>,
    working_directory: impl AsRef<Path>,
    extra_env: &HashMap<String, Option<String>, H>,
) -> Command