pub fn parse_args_from<I>(args: I) -> Result<Args, ArgsError>where I: IntoIterator<Item = OsString>,
Parse arguments from an iterator (for testing).