Sometimes in scripts, it is hard to keep track of the number and function of the arguments when using argparse
.
We can use Typer to build a CLI which keeps track of the name of the arguments.
It also provides a nice interface with type hints if we run python script.py --help
.