Bumpscommander from 2.16.0 to 6.1.0.
Release notes
Sourced fromcommander's releases.
v6.1.0
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)
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 asopts().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)
v6.0.0-0
Added
- add support for variadic options (#1250)
- allow options to be added with just a short flag (#1256)
- throw an error if there might be a clash between option name and a Command property, with advice on how to resolve (#1275)
v5.1.0
Added
- support for multiple command aliases, the first of which is shown in the auto-generated help (#531,#1236)
- configuration support in
addCommand()
forhidden
andisDefault
(#1232)
Fixed
- omit masked help flags from the displayed help (#645,#1247)
- remove old short help flag when change help flags using
helpOption
(#1248)
Changed
- remove use of
arguments
to improve auto-generated help in editors (#1235)
Changelog
Sourced fromcommander's changelog.
[6.1.0] (2020-08-28)
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)
[6.0.0] (2020-07-21)
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 asopts().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)
[6.0.0-0] (2020-06-20)
(Released in 6.0.0)
[5.1.0] (2020-04-25)
Added
- support for multiple command aliases, the first of which is shown in the auto-generated help (#531,#1236)
- configuration support in
addCommand()
forhidden
andisDefault
(#1232)
Fixed
- omit masked help flags from the displayed help (#645,#1247)
- remove old short help flag when change help flags using
helpOption
(#1248)
Changed
- remove use of
arguments
to improve auto-generated help in editors (#1235) - rename
.command()
configurationnoHelp
tohidden
(but not remove old support) (#1232)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabotdashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumpscommander from 2.16.0 to 6.1.0.
Release notes
Sourced fromcommander's releases.
Changelog
Sourced fromcommander's changelog.
Commits
9c7cfc0
Prepare for 6.1.084fe0da
Add combineFlagAndOptionalValue (#1326)6b2e42c
Allow disabling the built-in help option (#1325)a71d592
Improve basedir calculation to fix#1274 (#1322)c7f5f78
Allow partial argument descriptions (#1323)f47bdf5
Tidy up example now check for required command arguments (#1320)669190d
Merge branch 'master' into develop1b5ede8
Add Breaking to CHANGELOG (#1319)b915706
tests: remove eslint-disable jest/no-test-callback (#1312)8fb669f
Add document links to errorsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabotdashboard: