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