pub fn run_command<T: AsRef<OsStr>>( cmd: &str, args: &[T], envs: Option<HashMap<String, String>>, ) -> Result<i32>