-
Notifications
You must be signed in to change notification settings - Fork 37
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(no-option): display error if no options are provided #73
Conversation
@ta2edchimp could you take a look? |
@@ -40,6 +40,12 @@ describe('bin', function() { | |||
delete require.cache[require.resolve('yargs')] | |||
}) | |||
|
|||
it('no option', function() { |
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.
Any idea why this does not get mentioned in the PR's corresponding travis build logs?
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.
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.
Nice solution!
Current coverage is 100%@@ master #73 diff @@
===================================
Files 9 9
Lines 194 199 +5
Methods 0 0
Messages 0 0
Branches 0 0
===================================
+ Hits 194 199 +5
Misses 0 0
Partials 0 0
|
cd8a349
to
9e3766d
Compare
Is it good to merge? |
Ha, yeah, I forgot to add: "LGTM"! 😜 Pull the trigger! |
No description provided.