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
There are a few cases in cmd2 where onecmd_plus_hooks() returns True, which means stop the command loop, but stop is not passed up. Evaluate these cases and determine if stop should be handled.