-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update commander to the latest version 🚀 #15
Conversation
Update to this version instead 🚀 Release Notes for v2.20.0
CommitsThe new version differs by 18 commits.
There are 18 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v3.0.0
Example Breaking ChangesThe custom event for a negated option like program .option('--no-foo') .on('option:no-foo', () => { console.log('removing foo'); }); When using TypeScript, adding a command does not allow an explicit program .command('action1', undefined, { noHelp: true }) // No longer valid .command('action2', { noHelp: true }) // Correct CommitsThe new version differs by 104 commits.
There are 104 commits in total. See the full diff |
|
|
|
|
|
The dependency commander was updated from
2.13.0
to2.19.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v2.19.0
Commits
The new version differs by 62 commits.
78b7dbd
version bump 2.19.0
6aafa20
prefixed error messages with "error:"
6c0c1f6
removed newline above and below errors
b6549f2
removed indentation from errors
2c20e91
removed newline after options and commands headers
4c294c1
Fix to change default value to string
54b7f14
version bump 2.18.0
713db77
Standardize help output (#853)
af17996
chmod 644 travis.yml
8bcc493
Merge pull request #849 from KillWolfVlad/feature/executeSubCommand-tsnode
bf47dcc
add support for execute typescript subcommand via ts-node
e5b27cc
version bump 2.17.1
a604a5d
Add test case
ad34717
Fix a bug in command emit
25b06ee
version bump 2.17.0
There are 62 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴