Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Construct full help message for known Command #50

Merged
merged 4 commits into from
Nov 12, 2018

Conversation

mattwiller
Copy link

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.

@salesforce-cla
Copy link

Thanks for the contribution! Before we can merge this, we need @mattwiller to sign the Salesforce.com Contributor License Agreement.

@codecov
Copy link

codecov bot commented Nov 12, 2018

Codecov Report

Merging #50 into master will increase coverage by 0.92%.
The diff coverage is 100%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
src/command.ts 78.26% <100%> (+2.2%) ⬆️
src/index.ts 77.77% <0%> (+0.5%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c50b0bf...3787b47. Read the comment docs.

Copy link
Contributor

@jdx jdx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! 💯

@jdx jdx merged commit 5ef4e3c into oclif:master Nov 12, 2018
jdx pushed a commit that referenced this pull request Nov 12, 2018
## [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))
@oclif-bot
Copy link
Contributor

🎉 This PR is included in version 1.5.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

jdx added a commit that referenced this pull request Nov 13, 2018
@salesforce-cla
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Help output does not show subcommands when invoked via -h
3 participants