v2.0.3 (2016-02-02)
Improvements
- values: adds support for up to u64::max values per arg (c7abf7d7)
- occurrences: Allow for more than 256 occurrences of an argument. (3731ddb3)
Features
- AppSettings: adds HidePossibleValuesInHelp to skip writing those values (cdee7a0e)
Bug Fixes
- value_t_or_exit: fixes typo which causes value_t_or_exit to return a Result (ee96baff)