clog-tool / clog-cli

Generate beautiful changelogs from your Git commit history
MIT License
851 stars 43 forks source link

Updated clap to newer less verbose features #25

Closed kbknapp closed 9 years ago

kbknapp commented 9 years ago

I'll leave this PR open for a little bit in order to discuss before merging.

No functionality changed, just re-factored for less verbose argument parsing (and a few minor performance boosts). The limited testing I've done is just consisting of using it on my projects, which all worked perfectly.

cburgdorf commented 9 years ago

Looks good. Seems you are killing docopt with the new features ;)

kbknapp commented 9 years ago

:+1: I don't know if I'd go that far, more like trying to catch up ;) Somethings docopt does better, some things clap does better :)