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
PR #272 brought up the fact that now that users can nest instances of cmd.Cmd2 to support creating sub-menus, we should revisit which class variables should be made into instance variables to prevent potential problems.
PR #272 brought up the fact that now that users can nest instances of
cmd.Cmd2to support creating sub-menus, we should revisit which class variables should be made into instance variables to prevent potential problems.