Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upfix token secret cli parsing #91
Conversation
This comment has been minimized.
This comment has been minimized.
CLAassistant
commented
Jun 20, 2018
•
|
|
This comment has been minimized.
This comment has been minimized.
coveralls
commented
Jun 20, 2018
•
andypiper
self-assigned this
Jun 23, 2018
This comment has been minimized.
This comment has been minimized.
|
Hi @woparry thanks for the PR - license helper is showing the CLA is not signed yet. If you could double-check, I can bring this in later today. |
andypiper
self-requested a review
Jul 3, 2018
andypiper
approved these changes
Jul 3, 2018
|
Tested locally and LGTM. Thanks. Just waiting on CLA to come out of pending state. |
This comment has been minimized.
This comment has been minimized.
|
Thanks! I clicked on the link and it says "you have signed the CLA for twitter/twurl", but when I click "recheck" on this page nothing happens. |
This comment has been minimized.
This comment has been minimized.
|
OK I'm going to go ahead and merge (but will not immediately make a new release) - need to look into this CLA thing, it might be broken. |



woparry commentedJun 20, 2018
Problem
twurl crashes with a confusing error like
when you supply the -S parameter to twurl authorize ie.
because the -S parameter does not take an argument, even though the docs say it should
Solution
make -S take an argument (and test that we can parse the argument)
Result
it doesn't crash