[WIP] chore: migrate to commander#1347
Closed
rishabh3112 wants to merge 15 commits into
Closed
Conversation
ryanclark
reviewed
Mar 18, 2020
|
@rishabh3112 The tests look fine, but there are code style issue in your Pull Request. Please review the following: See complete report here. |
Contributor
|
How's the progress on this? @rishabh3112 |
Member
|
@anshumanv @rishabh3112 need help, I want to look at that on the next week, but feel free to go ahead |
Contributor
Author
|
I couldn't resolve the 3 tests which are failing. Need help in that. |
Member
I guess #1455 should fix |
Merged
Contributor
|
Closing in favour of #1481 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refers #717
What kind of change does this PR introduce?
Migration to new arguments parser
Did you add tests for your changes?
No, needs verification
If relevant, did you update the documentation?
No, ideally shouldn't be needed
Summary
Use commander as decided at #717 (comment)
Does this PR introduce a breaking change?
Don't mean to, attempting as seamless transition as possible
Other information
Tasks needed to be done.
Handle custom typeswebpack-cli/packages/webpack-cli/lib/utils/cli-flags.js
Line 284 in 6eecb26
commander.jswebpack serve helpcommand-line-argscompletelyProcess global flag correctly( cli-team decided to drop support for it.)