Wooey
Wooey copied to clipboard
Feature Request: Support for click
The author of flask has another really useful tool that is much better than Argparse IMO: https://github.com/mitsuhiko/click
It would nice if they could interface with each other.
We're moving the argparse stuff to this repo -- https://github.com/wooey/clinto. And we plan to support many varieties of python CLI interfaces, including click. It shouldn't be too long.
Cool, thanks!
+1
This is going to happen, but after we hit the next official release of Wooey. It requires a complete recode essentially of clinto so it's not something I can just drop in at the moment.
Opened bug here https://github.com/wooey/clinto/issues/12 to track.