Skip to content
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

feat: Display flag option 'helpLabel' #40

Merged
merged 2 commits into from
Jun 1, 2019
Merged

feat: Display flag option 'helpLabel' #40

merged 2 commits into from
Jun 1, 2019

Conversation

childish-sambino
Copy link
Contributor

This feature replaces the flag label to the left of '=' with a new flag option
(helpLabel) when a value is supplied.

Closes #37

This feature replaces the flag label to the left of '=' with a new flag option
(helpLabel) when a value is supplied.
@childish-sambino
Copy link
Contributor Author

@RasPhilCo Could you take a look when you have a chance?

Copy link
Contributor

@RasPhilCo RasPhilCo left a comment

Choose a reason for hiding this comment

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

🏄 @childish-sambino gtg, I just need to fix whatever is happening with the node version in appveyor

@codecov
Copy link

codecov bot commented Jun 1, 2019

Codecov Report

Merging #40 into master will increase coverage by 1.34%.
The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   74.42%   75.76%   +1.34%     
==========================================
  Files           7        7              
  Lines         262      260       -2     
  Branches       78       79       +1     
==========================================
+ Hits          195      197       +2     
+ Misses         31       27       -4     
  Partials       36       36
Impacted Files Coverage Δ
src/command.ts 86.48% <88.88%> (+0.37%) ⬆️
src/commands/help.ts 100% <0%> (+26.66%) ⬆️

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 dfa5e9d...e2e9ac6. Read the comment docs.

@RasPhilCo RasPhilCo merged commit 5e9cd25 into oclif:master Jun 1, 2019
@childish-sambino childish-sambino deleted the help-label branch June 3, 2019 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Customized help output for command flags
2 participants