-
Notifications
You must be signed in to change notification settings - Fork 44
Construct full help message for known Command #50
Conversation
Thanks for the contribution! Before we can merge this, we need @mattwiller to sign the Salesforce.com Contributor License Agreement. |
Codecov Report
@@ Coverage Diff @@
## master #50 +/- ##
==========================================
+ Coverage 70.5% 71.42% +0.92%
==========================================
Files 4 4
Lines 139 133 -6
Branches 28 26 -2
==========================================
- Hits 98 95 -3
+ Misses 25 24 -1
+ Partials 16 14 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! 💯
## [1.5.5](v1.5.4...v1.5.5) (2018-11-12) ### Bug Fixes * construct full help message for known Command ([#50](#50)) ([5ef4e3c](5ef4e3c))
🎉 This PR is included in version 1.5.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This reverts commit 5ef4e3c. It broke for single-command CLIs: https://circleci.com/gh/oclif/oclif/9192
Thanks for the contribution! Unfortunately we can't verify the commit author(s): Matt Willer <m***@b***.com>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Salesforce.com Contributor License Agreement and this Pull Request will be revalidated. |
Fixes #49
This depends on oclif/plugin-help#33 and will require that the plugin-help dependency in this repo is updated to a to-be-released version.