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
Rich is only needed to print helps and tracebacks. Version 0.17 of typer lazily imports rich only when needed which cut in half the startup time of the CLI. This is very important for tab completion performance. Make sure rich is also lazily imported in django-typer.