summaryrefslogtreecommitdiff
path: root/cmd2/constants.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-17 20:09:40 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-17 20:09:40 -0400
commited3f9094c013cce618571a8718c76f5e0dbaba3d (patch)
treebfb7bbce00bad232a643c550f95b01831f7c0dc0 /cmd2/constants.py
parentcf9516e5d25df5e4e330f75ab0f800ba8b4217c8 (diff)
parent92b8a38d66d255027a0440c45582d319f2694aab (diff)
downloadcmd2-git-ed3f9094c013cce618571a8718c76f5e0dbaba3d.tar.gz
Merge branch 'master' into silence
Diffstat (limited to 'cmd2/constants.py')
-rw-r--r--cmd2/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2/constants.py b/cmd2/constants.py
index 037a7cab..552c1a74 100644
--- a/cmd2/constants.py
+++ b/cmd2/constants.py
@@ -39,6 +39,7 @@ COMPLETER_FUNC_PREFIX = 'complete_'
# The custom help category a command belongs to
CMD_ATTR_HELP_CATEGORY = 'help_category'
+CLASS_ATTR_DEFAULT_HELP_CATEGORY = 'cmd2_default_help_category'
# The argparse parser for the command
CMD_ATTR_ARGPARSER = 'argparser'