-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Switch to yargs. #189
Switch to yargs. #189
Conversation
@@ -13,7 +13,7 @@ | |||
|
|||
'use strict'; | |||
|
|||
var example = require('../query'); | |||
var example = require('../queries'); |
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.
Not terribly worried about this change (because it needs to be done anyway), but this wasn't technically a yargs
change. 😛
LGTM, other than the nits that I mentioned. (Also: a few PubSub tests are failing on circle - maybe some names need to be changed around?) |
@@ -15,6 +15,7 @@ | |||
|
|||
var proxyquire = require('proxyquire').noCallThru(); | |||
var bucketName = 'foo'; |
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.
Nit: should this be srcBucketName
?
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.
Fixed.
@dpebot Merge when green. |
Okay! I'll merge when all statuses are green. |
Current coverage is 89.04% (diff: 96.05%)
|
include the required region if using EU based processor (defaults to US) Co-authored-by: Justin Beckwith <[email protected]>
include the required region if using EU based processor (defaults to US) Co-authored-by: Justin Beckwith <[email protected]>
include the required region if using EU based processor (defaults to US) Co-authored-by: Justin Beckwith <[email protected]>
include the required region if using EU based processor (defaults to US) Co-authored-by: Justin Beckwith <[email protected]>
No description provided.