From 2528fb5217063a5a98f7ea2b880bfc75e7f2428c Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Wed, 2 May 2018 11:22:10 -0400 Subject: Added support for customizing the pyscript bridge pystate object name. Removed all legacy pystate objects. Changed default behavior to clear _last_result before each command Added utility for creating named tuples with default values Added tests to exercise new changes. --- examples/tab_autocompletion.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/tab_autocompletion.py b/examples/tab_autocompletion.py index 38a2b4e9..6146b64b 100755 --- a/examples/tab_autocompletion.py +++ b/examples/tab_autocompletion.py @@ -325,6 +325,7 @@ class TabCompleteExample(cmd2.Cmd): # No subcommand was provided, so call help self.do_help('media') + # This completer is implemented using a single dictionary to look up completion lists for all layers of # subcommands. For each argument, AutoCompleter will search for completion values from the provided # arg_choices dict. This requires careful naming of argparse arguments so that there are no unintentional -- cgit v1.2.1