CLI Arguments Intro

In the next few sections we'll see some ways to modify how CLI arguments work.

We'll create optional CLI arguments, we'll add integrated help for CLI arguments, etc.

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