Hacker News new | ask | show | jobs
by simonw 3143 days ago
I love how optinionated Click is, especially around how CLI tools should be documented. I feel like I built a better tool because Click guided me towards best CLI design practices.
1 comments

The significant downside to click is the slow startup time. Seems to add more than a second to startup in most cases! Still love it though.