Skip to content

feat: help for core flags#1141

Merged
ematipico merged 22 commits intowebpack:nextfrom
rishabh3112:feat/help-core-flags
Jan 20, 2020
Merged

feat: help for core flags#1141
ematipico merged 22 commits intowebpack:nextfrom
rishabh3112:feat/help-core-flags

Conversation

@rishabh3112
Copy link
Copy Markdown
Member

What kind of change does this PR introduce?
Feature

Did you add tests for your changes?
No, will need

If relevant, did you update the documentation?
No

Summary
Adds help of flags as we have help for command from #1098.

Does this PR introduce a breaking change?
No

Other information
#1098 #1053

Copy link
Copy Markdown
Member

@jamesgeorge007 jamesgeorge007 left a comment

Choose a reason for hiding this comment

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

I left a couple of comments.

@rishabh3112
Copy link
Copy Markdown
Member Author

@jamesgeorge007 awesome quick reviews 🐱‍👤👍

Comment on lines +168 to 170
const subject = allNames.filter(name => {
return args.includes(name);
})[0];
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

        const subject = allNames.filter(name => args.includes(name))[0];

Maybe 🤔

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

A little bit difficult to understand at first glance ...

@rishabh3112 rishabh3112 marked this pull request as ready for review December 13, 2019 16:07
@rishabh3112 rishabh3112 requested a review from a team as a code owner December 13, 2019 16:07
@webpack-bot
Copy link
Copy Markdown

@rishabh3112 Thanks for your update.

I labeled the Pull Request so reviewers will review it again.

@ematipico Please review the new changes.

@rishabh3112
Copy link
Copy Markdown
Member Author

I updated the help and added documentation links for some of those.
image

ematipico
ematipico previously approved these changes Jan 17, 2020
@webpack-bot
Copy link
Copy Markdown

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@ematipico
Copy link
Copy Markdown
Contributor

@rishabh3112 if you resolved the conflicts, I'd say we're ready to merge it!

@rishabh3112
Copy link
Copy Markdown
Member Author

@ematipico rebased, and we are ready to go I think.

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.

5 participants