Typer: Build CLIs With Type Hints, No argparse API to Memorize
Originally published at recca0120.github.io
After accumulating scripts in a project, at some point you want to consolidate them into one CLI tool.
The standard approach is argparse, but argparse is verbose: add_argument, set type, set help, parse, th...
recca0120.hashnode.dev4 min read