Hacker News new | ask | show | jobs
by abdusco 1660 days ago
I share your thoughts on Typer[0]. It's a super cool project, but lacking proper hooking points to interact with the `click`[1] lib underneath [2], I am not sure if it would be the best decision to use Typer when we're rewriting our CLI.

[0]: https://github.com/tiangolo/typer/

[1]: https://click.palletsprojects.com/

[2]: https://github.com/tiangolo/typer/issues/77