Skip to content Added
- include URL to relevant section of README for error for potential conflict between Command properties and option values (#1306)
.combineFlagAndOptionalValue(false) to ease upgrade path from older versions of Commander (#1326)
- allow disabling the built-in help option using
.helpOption(false) (#1325)
- allow just some arguments in
argumentDescription to .description() (#1323)
Changed
- tidy async test and remove lint override (#1312)
Fixed
- executable subcommand launching when script path not known (#1322)