Bumpscommander from 2.16.0 to 6.2.1.
Release notes
Sourced fromcommander's releases.
v6.2.1
Fixed
- some tests failed if directory path included a space (1390)
v6.2.0
Added
- added 'tsx' file extension for stand-alone executable subcommands (#1368)
- documented second parameter to
.description()
to describe command arguments (#1353) - documentation of special cases with options taking varying numbers of option-arguments (#1332)
- documentation for terminology (#1361)
Fixed
- add missing TypeScript definition for `.addHelpCommand()' (#1375)
- removed blank line after "Arguments:" in help, to match "Options:" and "Commands:" (#1360)
Changed
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)
Changelog
Sourced fromcommander's changelog.
[6.2.1] (2020-12-13)
Fixed
- some tests failed if directory path included a space ([1390])
[6.2.0] (2020-10-25)
Added
- added 'tsx' file extension for stand-alone executable subcommands (#1368)
- documented second parameter to
.description()
to describe command arguments (#1353) - documentation of special cases with options taking varying numbers of option-arguments (#1332)
- documentation for terminology (#1361)
Fixed
- add missing TypeScript definition for `.addHelpCommand()' (#1375)
- removed blank line after "Arguments:" in help, to match "Options:" and "Commands:" (#1360)
Changed
[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)
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.2.1.
Release notes
Sourced fromcommander's releases.
Changelog
Sourced fromcommander's changelog.
Commits
e0e7238
Release 6.2.1 (#1416)6032a97
Switch exec to execFile to simply protect against spaces in path (#1390)0192d66
Note that updated dependencies tooc40c275
Prepate for 6.2.0 release3d40a2e
Update dependencies, and fix or suppress lint issues (#1376)2935568
TypeScript for addHelpCommand (#1375)f15900d
Add tests for some getters (#1369)39eadd7
Allow tsx file extension for sub-commands (#1367) (#1368)0c18b86
Remove Ruby commander reference. (#1364)2f4cd3d
Use revised terminology (#1362)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 readmeAdditionally, you can set the following in your Dependabotdashboard: