pub fn create_cmd<I, S1, S2>(cmd_str: S2, args: I) -> Commandwhere I: IntoIterator<Item = S1>, S1: AsRef<OsStr>, S2: AsRef<OsStr>,