-
-
Notifications
You must be signed in to change notification settings - Fork 95
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(help command): Display the 'default' script when using the 'help' command #131
fix(help command): Display the 'default' script when using the 'help' command #131
Conversation
… command Display the 'default' script when using the 'help' command alongside all the other scripts. Issue sezna#130
Codecov Report
@@ Coverage Diff @@
## master #131 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 10 10
Lines 286 288 +2
=====================================
+ Hits 286 288 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much! This look awesome. Just one thing if you want to do it.
.all-contributorsrc
Outdated
"name": "Wissam Abirached", | ||
"avatar_url": "https://avatars2.githubusercontent.com/u/3534924?v=3", | ||
"profile": "https://designingforscale.com", | ||
"contributions": [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to add code
and test
to this? Then run npm start generateContributors
to regenerate the table 👍
Yeah, sorry about that :) |
Updated contributors
My pleasure, Kent! Glad to help. |
Thank you! This is great! |
Display the 'default' script when using the 'help' command alongside all the other scripts.
Issue #130
What: Display the 'default' script when using the 'help' command alongside all the other scripts.
Why: Hotfix for issue #130
PS: when using
npm start commit
, the linter is modifying lines that were untouched prior to the commit.