degica / kaiser

Commandline Gem that allows you to work with web apps better
https://tech.degica.com/kaiser/
MIT License
12 stars 1 forks source link

Option parsing could be improved #7

Closed rramsden closed 5 years ago

rramsden commented 5 years ago

Context

I noticed the -v flag needs to be added before the command in order to work. We should improve handling these options better so they can be added at the end.

Works

kaisuer -v up

Doesn't Work

kaiser up -v