Commander v0.9.2 Release Notes
Release Date: 2021-06-08 // over 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.
- Commander will now throw an error when a command which takes no arguments or
options is invoked with
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
- Usage/help output for commands which contain flags will now contain the short
flag, for example,