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

fix: double commands output in help #2298

Merged
merged 2 commits into from Jan 3, 2021
Merged

fix: double commands output in help #2298

merged 2 commits into from Jan 3, 2021

Conversation

alexander-akait
Copy link
Member

What kind of change does this PR introduce?

bugfix

Did you add tests for your changes?

yes

If relevant, did you update the documentation?

No need

Summary

fixes #2290

Does this PR introduce a breaking change?

No

Other information

No

@codecov
Copy link

codecov bot commented Jan 3, 2021

Codecov Report

Merging #2298 (ad3ac79) into master (0191ebc) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2298      +/-   ##
==========================================
+ Coverage   67.78%   67.83%   +0.05%     
==========================================
  Files          63       63              
  Lines        2483     2487       +4     
  Branches      570      572       +2     
==========================================
+ Hits         1683     1687       +4     
  Misses        800      800              
Impacted Files Coverage Δ
packages/webpack-cli/lib/webpack-cli.js 89.59% <100.00%> (+0.06%) ⬆️

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 0191ebc...ad3ac79. Read the comment docs.

@alexander-akait alexander-akait merged commit efe81e9 into master Jan 3, 2021
@alexander-akait alexander-akait deleted the issue-2290 branch January 3, 2021 18:24
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.

Help output showing loader and plugin command twice
2 participants