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 bd04bf2 commit de58200Copy full SHA for de58200
cmd2/argparse_completer.py
@@ -200,6 +200,8 @@ def __init__(self,
200
:param arg_choices: dictionary mapping from argparse argument 'dest' name to list of choices
201
:param subcmd_args_lookup: mapping a sub-command group name to a tuple to fill the child\
202
AutoCompleter's arg_choices and subcmd_args_lookup parameters
203
+ :param tab_for_arg_help: Enable of disable argument help when there's no completion result
204
+ :param cmd2_app: reference to the Cmd2 application. Enables argparse argument completion with class methods
205
"""
206
if not subcmd_args_lookup:
207
subcmd_args_lookup = {}
0 commit comments