Skip to content

v2.0.3: Auto merge of #408 - kbknapp:minor-bug, r=sru

Compare
Choose a tag to compare
@kbknapp kbknapp released this 03 Feb 04:42
· 6772 commits to master since this release

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)