Hacker News new | ask | show | jobs
Things I've learned about building CLI tools in Python (simonwillison.net)
13 points by gballan 466 days ago
2 comments

Great article, though I prefer Typer, which builds on Click, over raw Click.
(2023)