diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-17 23:44:07 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-17 23:44:07 -0400 |
commit | 0f11ffa3b992e3f777b96dfe46d4274bfca0dcc8 (patch) | |
tree | 8167147ff11f5c9c7aaf1008555248c9c1cd7850 /cmd2/constants.py | |
parent | c50def1eff00f7f44adcb911d215ace65d16aa8a (diff) | |
parent | d348f09cf848a566a43b30e04aa6d3adbc4de8bc (diff) | |
download | cmd2-git-0f11ffa3b992e3f777b96dfe46d4274bfca0dcc8.tar.gz |
Merge branch 'master' into 2.0
Diffstat (limited to 'cmd2/constants.py')
-rw-r--r-- | cmd2/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2/constants.py b/cmd2/constants.py index 8aac5857..9f29be86 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' |