Commander v0.9.2 Release Notes

Release Date: 2021-06-08 // almost 3 years ago
  • ๐Ÿ› Bug Fixes

    • Commander will now throw an error when a command which takes no arguments or options is invoked with --help or unknown arguments.

Previous changes from v0.9.1

  • โœจ Enhancements

    • Usage/help output for commands which contain flags will now contain the short flag, for example, -v, --verbose. #71

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed ordering of flags in the "Unknown Arguments" help output of a command. Flags have previously been stored in an un orderered set and thus upon printing them back out their order was not persisted and a flag part such as -user can be printed as -usre. #78