summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd2/cmd2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index 12332f87..dd1f4866 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -3171,7 +3171,6 @@ class Cmd(cmd.Cmd):
# Set apply_style to False so help_error's style is not overridden
self.perror(err_msg, apply_style=False)
-
def _help_menu(self, verbose: bool = False) -> None:
"""Show a list of commands which help can be displayed for"""
cmds_cats, cmds_doc, cmds_undoc, help_topics = self._build_command_info()