bazaarvoice / cloudformation-ruby-dsl

Ruby DSL for creating Cloudformation templates
Apache License 2.0
210 stars 76 forks source link

Use optparse or thor #100

Closed benpillet closed 7 years ago

benpillet commented 7 years ago

I want to improve the cli handling. In the gemfile there aren't lots of dependencies, which makes me think optparse will be preferred. Thor is a little prettier. Any feedback before I make a PR?

temujin9 commented 7 years ago

I prefer developer legibility over arbitrarily minimizing dependencies. Feel free to use thor, if it will make the resulting PR easier to understand.