Typer: A Modern CLI Framework for Building Command-Line Tools with Type Hints and Autocompletion in Python
Do you remember the pain of writing command-line tools with argparse for the first time? Those numerous add_argument calls, having to check the documentation every time to know how to set parameter types. The most frustrating part is when users use the wrong parameters, and the error messages are particularly hard to understand. I thought … Read more