pub fn parse_cli_args<I, S>(args: I) -> Result<Args, String>where I: IntoIterator<Item = S>, S: Into<OsString>,