-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move CLI to click #90
Comments
Sounds good, I'll have a look. |
I just had a closer look at Click (because I ran into some problems with optparse) and it looks much nicer. Click it is then. |
delayed until I find the time to implement [ -a TEXT ... | -b TEXT ... ], which is not currently build-in |
I don't understand, can you elaborate? |
according to mitsuhiko there is currently no build-in way to make -a Quoting Markus Unterwaditzer (2014-08-12 19:43:13)
|
Fixed with #98. |
After having used click for some weeks, i can say it is the best CLI framework i've encountered so far.
I think it could eliminate a very large portion of code, mostly due to colorcodes. I also think it would make testing the full application much easier.
The text was updated successfully, but these errors were encountered: