pub fn create_concat_cmd_shlex<'b, I2, S2>(arg1: &str, arg2: I2) -> Commandwhere I2: IntoIterator<Item = &'b S2>, S2: AsRef<OsStr> + 'b + ?Sized,