diff options
Diffstat (limited to 'cmd2/constants.py')
-rw-r--r-- | cmd2/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/constants.py b/cmd2/constants.py index aa2ccb6a..9eaa9957 100644 --- a/cmd2/constants.py +++ b/cmd2/constants.py @@ -56,7 +56,7 @@ SUBCMD_HANDLER = 'cmd2_handler' # subcommand attributes for the base command name and the subcommand name SUBCMD_ATTR_COMMAND = 'parent_command' SUBCMD_ATTR_NAME = 'subcommand_name' -SUBCMD_ATTR_PARSER_ARGS = 'subcommand_parser_args' +SUBCMD_ATTR_ADD_PARSER_KWARGS = 'subcommand_add_parser_kwargs' # arpparse attribute linking to command set instance PARSER_ATTR_COMMANDSET = 'command_set' |