pub fn parse_args<I>(args: I) -> Result<Args, Error>where I: IntoIterator + 'static, I::Item: Into<OsString>,