docker / gordon

Cli application to manage github pull requests
MIT License
176 stars 33 forks source link

Use struct names in cli #150

Closed erikh closed 10 years ago

erikh commented 10 years ago

This is based off #149 and that should be reviewed/merged first.

To increase compatibility with codegangsta/cli we are now using named parameter struct syntax in pulls. This PR accomplishes that.

/cc @vbatts

vbatts commented 10 years ago

Doh. This removes/breaks users with a custom remote, that is not "origin". (It peeks in the users git config)

erikh commented 10 years ago

crap. I'll fix in a minute here.

erikh commented 10 years ago

I can't reproduce.

erikh commented 10 years ago

oh nvm, this never got merged. nothing to worry about re: testing this PR.