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 want to be able to disable typer/Click's exception handler, and handle the exceptions myself.
I see that in click you can do this by setting standalone_mode = False in the command.main() function.