pub fn execute_command<I, S, P: AsRef<Path>>( prog: &str, args: I, cwd: Option<P>, ) -> Childwhere I: IntoIterator<Item = S>, S: AsRef<OsStr>,