diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-12 15:47:29 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-12 15:47:29 -0500 |
commit | 191f94abda1c4d565ea5b2dd1bd66e346db3b51b (patch) | |
tree | 8bf9b0bfa7a49dd4713e8b31616275cab5cd87c9 /docs/features/argument_processing.rst | |
parent | ad0e2ae0d0d426fe08353fd82d1f9ff051be9108 (diff) | |
download | cmd2-git-191f94abda1c4d565ea5b2dd1bd66e346db3b51b.tar.gz |
Overhauling tab completion examples
Diffstat (limited to 'docs/features/argument_processing.rst')
-rw-r--r-- | docs/features/argument_processing.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/features/argument_processing.rst b/docs/features/argument_processing.rst index 9d98ea93..39a39804 100644 --- a/docs/features/argument_processing.rst +++ b/docs/features/argument_processing.rst @@ -328,11 +328,10 @@ You may add multiple layers of subcommands for your command. ``cmd2`` will automatically traverse and tab-complete subcommands for all commands using argparse. -See the subcommands_ and tab_autocompletion_ example to learn more about how to +See the subcommands_ example to learn more about how to use subcommands in your ``cmd2`` application. .. _subcommands: https://github.com/python-cmd2/cmd2/blob/master/examples/subcommands.py -.. _tab_autocompletion: https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocompletion.py Argparse Extensions |