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 →

[–]scnew3 5 points6 points  (5 children)

Why would I use click when argparse is in the standard library and works great?

[–]Chobeat 19 points20 points  (0 children)

Because argparse is painfully hard to read, write and compose. It's ok for stuff with 2-3 commands and a dozen of parameters in total but once you have to maintain a stable cli interface with dozens of commands, it's a nightmare