-
Notifications
You must be signed in to change notification settings - Fork 1
Update commander to the latest version 🚀 #15
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
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.0to2.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.
78b7dbdversion bump 2.19.06aafa20prefixed error messages with "error:"6c0c1f6removed newline above and below errorsb6549f2removed indentation from errors2c20e91removed newline after options and commands headers4c294c1Fix to change default value to string54b7f14version bump 2.18.0713db77Standardize help output (#853)af17996chmod 644 travis.yml8bcc493Merge pull request #849 from KillWolfVlad/feature/executeSubCommand-tsnodebf47dccadd support for execute typescript subcommand via ts-nodee5b27ccversion bump 2.17.1a604a5dAdd test casead34717Fix a bug in command emit25b06eeversion bump 2.17.0There 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 🌴