Skip to content

v1.4.6

Compare
Choose a tag to compare
@Vinatorul Vinatorul released this 29 Oct 13:15
· 6949 commits to master since this release

v1.4.6 (2015-10-29)

Features

  • allows parsing without a binary name for daemons and interactive CLIs (aff89d57, closes #318)

Bug Fixes

  • Errors: tones down quoting in some error messages (34ce59ed, closes #309)
  • Help and Version: only builds help and version once (e3be87cf)
  • Option Args: fixes bug with args and multiple values (c9a9548a, closes #323)
  • POSIX Overrides: fixes bug where required args are overridden (40ed2b50)
  • Safe Matches: using 'safe' forms of the get_matches family no longer exit the process (c47025dc, closes #256)
  • Versionless SubCommands: fixes a bug where the -V flag was needlessly built (27df8b9d, closes #329)

Documentation