Y
Hacker News
new
|
ask
|
show
|
jobs
by
stedalus
3142 days ago
Click is nice, but for my money, Fire is what Click should have been.
https://github.com/google/python-fire
1 comments
simonw
3142 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.
link
pletnes
3142 days ago
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.
link