You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also noticed that there is no way to just disable rich for tracebacks, while keeping filtering typer enabled? So if I want to disable rich but still suppress internal typer/click names, my only choice now seems to be typer.main.rich = None, if not removing rich.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First Check
Commit to Help
Example Code
Description
Output with typer
Output without typer
More obvious with ExceptionGroup
Operating System
Linux
Operating System Details
No response
Typer Version
0.15.1
Python Version
3.11.10
Additional Context
I also noticed that there is no way to just disable rich for tracebacks, while keeping filtering typer enabled? So if I want to disable rich but still suppress internal typer/click names, my only choice now seems to be
typer.main.rich = None
, if not removing rich.Beta Was this translation helpful? Give feedback.
All reactions