go-getoptions v0.16.0 Release Notes

Release Date: 2019-09-24 // over 4 years ago
  • ๐Ÿš€ As the releases before, this release has 100% test coverage.

    ๐Ÿ›  Fixes

    • ๐Ÿ› Bug Fix: Update opt.Dispatch not to handle --help option.
      It was preventing the help option to reach the commands.

    ๐Ÿ†• New Features

    • 0๏ธโƒฃ Introduce opt.HelpSynopsisArgs(string) method to allow overriding the default args description.
      0๏ธโƒฃ The current default description is [<args>].

    Minor changes

    • ๐Ÿ‘‰ Make SetMode, SetUnknownMode, SetRequireOrder and SetMapKeysToLower chainable.