CLI Options Intro

In the next short sections we will see how to modify CLI options using typer.Option().

typer.Option() works very similarly to typer.Argument(), but has some extra features that we'll see next.

You can ask questions about Typer. Try:
How can I terminate a program?
How to launch applications?
How to add help to CLI argument?