pub fn parse_config_from_args<I, T>(args: I) -> Result<Config, Error>where I: IntoIterator<Item = T>, T: Into<OsString>,