Switch to using Typer over Click #1674
Labels
build
Changes that affect the build system or external dependencies
CLI
Affects the CLI API
feat/enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed / contributions welcome
Summary
@dantrim has shown very nicely with his
hamming-codec
project that Typer provides a nice Click based CLI interface with typing support to minimize the amount of code that needs to be written. I now also see that Typer nicely motivates shell completions for the userTo me this is a huge selling point on its own. 👍
Additional Information
https://github.com/click-contrib/click-completion is no longer developed (last commit in 2019) so probably best to move off of it.
This is Click's current approach to shell completion: https://click.palletsprojects.com/en/8.0.x/shell-completion/
Code of Conduct
The text was updated successfully, but these errors were encountered: