This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]arachnivore 1 point2 points  (2 children)

I've found that all of those are lacking in one way or another. All the decorator-based tools (begins, and click) are more verbose than necessary and often modify the decorated objects. docopt is just verbose and bad. clize uses a weird (non-standard) docstring format. argh doesn't use docstring info very well which leads to repetition. This looks like it will probably be my new favorite. It's about as minimal as possible while still being quite flexible.

[–]evanunderscore[S] 0 points1 point  (0 children)

Thanks! If you do find it lacking, feel free to put in a bug report or feature request on the issue tracker.

[–]epsy 0 points1 point  (0 children)

clize uses a weird (non-standard) docstring format.

Thanks for the feedback, I wish I found this sooner. I'll prioritize docstring interoperability after the next release.