tj/commander.js
### [`v6.0.0`](https://togithub.com/tj/commander.js/blob/master/CHANGELOG.md#600-2020-07-21)
[Compare Source](https://togithub.com/tj/commander.js/compare/v5.1.0...v6.0.0)
##### Added
- add support for variadic options ([#1250])
- allow options to be added with just a short flag ([#1256])
- _Breaking_ the option property has same case as flag. e.g. flag `-n` accessed as `opts().n` (previously uppercase)
- _Breaking_ throw an error if there might be a clash between option name and a Command property, with advice on how to resolve ([#1275])
##### Fixed
- Options which contain -no- in the middle of the option flag should not be treated as negatable. ([#1301])
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
5.1.0
->6.0.0
Release Notes
tj/commander.js
### [`v6.0.0`](https://togithub.com/tj/commander.js/blob/master/CHANGELOG.md#600-2020-07-21) [Compare Source](https://togithub.com/tj/commander.js/compare/v5.1.0...v6.0.0) ##### Added - add support for variadic options ([#1250]) - allow options to be added with just a short flag ([#1256]) - _Breaking_ the option property has same case as flag. e.g. flag `-n` accessed as `opts().n` (previously uppercase) - _Breaking_ throw an error if there might be a clash between option name and a Command property, with advice on how to resolve ([#1275]) ##### Fixed - Options which contain -no- in the middle of the option flag should not be treated as negatable. ([#1301])Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.