@@ -1,2 +1,9 @@
# typer
+## Usage
+
+```
+app = typer.Typer(pretty_exceptions_enable=False)
+app.command(name="run")(run)