How to Build a Simple CLI Tool in Python with Typer
Introduction Over the years, I built CLI tools with click, docopt and argparse. I decided to give typer a go because I saw some of the CLI tools built with it and I liked the output. How to install typer I install everything via poetry these...