summaryrefslogtreecommitdiff
path: root/docs/features/argument_processing.rst
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-12 15:47:29 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-12 15:47:29 -0500
commit191f94abda1c4d565ea5b2dd1bd66e346db3b51b (patch)
tree8bf9b0bfa7a49dd4713e8b31616275cab5cd87c9 /docs/features/argument_processing.rst
parentad0e2ae0d0d426fe08353fd82d1f9ff051be9108 (diff)
downloadcmd2-git-191f94abda1c4d565ea5b2dd1bd66e346db3b51b.tar.gz
Overhauling tab completion examples
Diffstat (limited to 'docs/features/argument_processing.rst')
-rw-r--r--docs/features/argument_processing.rst3
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