Pro tip if you're building a cli in #Python using typer. Add `os.environ["TYPER_USE_RICH"] = "0"` . To improve startup time significantly. In my case it went from 0.4s to 0.1s.
https://typer.tiangolo.com/tutorial/commands/help/#rich-markdown-and-markup