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
If I want to include the locals in the nice rich output and such a local includes a very big and deep dictionary (e.g: Kubernetes pod description) the output is very long, although I have a lot of horizontal space in my terminal.
Wanted Solution
So I want to be able to increase the width of the yellow and red rich exception border to make the output more useful and readable
Wanted Code
app=typer.Typer(pretty_exceptions_with=120)
Alternatives
No response
Operating System
macOS
Operating System Details
No response
Typer Version
0.7.0
Python Version
3.11.1
Additional Context
No response
The text was updated successfully, but these errors were encountered:
First Check
Commit to Help
Example Code
Description
If I want to include the locals in the nice rich output and such a local includes a very big and deep dictionary (e.g: Kubernetes pod description) the output is very long, although I have a lot of horizontal space in my terminal.
Wanted Solution
So I want to be able to increase the width of the yellow and red rich exception border to make the output more useful and readable
Wanted Code
Alternatives
No response
Operating System
macOS
Operating System Details
No response
Typer Version
0.7.0
Python Version
3.11.1
Additional Context
No response
The text was updated successfully, but these errors were encountered: