# typer ## Usage ``` app = typer.Typer(pretty_exceptions_enable=False) app.command(name="run")(run) ```