pub fn parse_args<I, T>(args: I) -> Result<CliArgs, Error>where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,