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