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: allow to use help command to show option information #2353

Merged
merged 7 commits into from Jan 15, 2021

Conversation

alexander-akait
Copy link
Member

What kind of change does this PR introduce?

feature

Did you add tests for your changes?

Yes

If relevant, did you update the documentation?

Yes

Summary

allow to show help information for options

Does this PR introduce a breaking change?

No

Other information

fixes #1463

@codecov
Copy link

codecov bot commented Jan 14, 2021

Codecov Report

Merging #2353 (ea09b97) into master (7590f66) will increase coverage by 0.83%.
The diff coverage is 98.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2353      +/-   ##
==========================================
+ Coverage   68.43%   69.27%   +0.83%     
==========================================
  Files          47       47              
  Lines        2050     2099      +49     
  Branches      512      536      +24     
==========================================
+ Hits         1403     1454      +51     
+ Misses        647      645       -2     
Impacted Files Coverage Δ
packages/webpack-cli/lib/webpack-cli.js 90.85% <98.78%> (+0.96%) ⬆️

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 7590f66...ea09b97. Read the comment docs.

@alexander-akait alexander-akait merged commit 15eb411 into master Jan 15, 2021
@alexander-akait alexander-akait deleted the issue-1463 branch January 15, 2021 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(cli): making the CLI help interface more documented
3 participants