We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ba6d3 commit 6203e2dCopy full SHA for 6203e2d
cmd2/cmd2.py
@@ -3171,7 +3171,6 @@ def do_help(self, args: argparse.Namespace) -> None:
3171
# Set apply_style to False so help_error's style is not overridden
3172
self.perror(err_msg, apply_style=False)
3173
3174
-
3175
def _help_menu(self, verbose: bool = False) -> None:
3176
"""Show a list of commands which help can be displayed for"""
3177
cmds_cats, cmds_doc, cmds_undoc, help_topics = self._build_command_info()
0 commit comments