fix terminal (#349)

Fix terminal output
This commit is contained in:
Sam Partee 2025-04-05 13:20:53 -07:00 committed by GitHub
parent ae5ceed016
commit 3fa06f5ef1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,6 +57,7 @@ cli = typer.Typer(
pretty_exceptions_enable=False,
pretty_exceptions_show_locals=False,
pretty_exceptions_short=True,
rich_markup_mode="markdown",
)