-
Notifications
You must be signed in to change notification settings - Fork 23
Conversation
Thanks for the contribution! Before we can merge this, we need @tstapleton to sign the Salesforce.com Contributor License Agreement. |
Codecov Report
@@ Coverage Diff @@
## master #28 +/- ##
=======================================
Coverage 90.39% 90.39%
=======================================
Files 11 11
Lines 302 302
Branches 80 80
=======================================
Hits 273 273
Misses 10 10
Partials 19 19 Continue to review full report at Codecov.
|
test/parse.test.ts
Outdated
@@ -77,6 +77,15 @@ describe('parse', () => { | |||
expect(!!out.flags.myflag).to.equal(true) | |||
expect(!!out.flags.force).to.equal(true) | |||
}) | |||
|
|||
it('knows "w" is a character', () => { |
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.
I feel we can do without the test, I'll go ahead and remove it
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.
sure, of course. i was using that to see it fail and then fixed.
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.
looks good, if you wouldn't mind signing the CLA I'll happily merge
clearly I don't know my ABC's |
CLA signed @jdxcode . thanks! |
I really appreciate the contribution! |
<a name="3.5.2"></a> ## [3.5.2](v3.5.1...v3.5.2) (2018-06-15) ### Bug Fixes * add w to alphabet enums ([#28](#28)) ([e78f250](e78f250))
🎉 This PR is included in version 3.5.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
i tried to use
w
as the shorter version for a command flag. typescript said it wasn't assignable.