summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-15 11:27:53 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-15 11:27:53 -0400
commitd6d50a001b29f3c13ac60cbba7c50a2a5aea1b2e (patch)
tree6a93fbec5414730b2e02b6852c7204b88e21087e /README.md
parent0b9794ab065c7f981fe8841e53c8cb7805026dcc (diff)
downloadcmd2-git-d6d50a001b29f3c13ac60cbba7c50a2a5aea1b2e.tar.gz
Removed link to deleted example
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index ea7420f3..c703d068 100755
--- a/README.md
+++ b/README.md
@@ -182,8 +182,7 @@ Instructions for implementing each feature follow.
- `delimiter_complete` helper method for tab completion against a list but each match is split on a delimiter
- See the [tab_autocompletion.py](https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocompletion.py) example for a demonstration of how to use this feature
- `cmd2` in combination with `argparse` also provide several advanced capabilities for automatic tab-completion
- - See the [tab_autocompletion.py](https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocompletion.py) and
- [tab_autocomp_dynamic.py](https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocomp_dynamic.py) examples for more info
+ - See the [tab_autocompletion.py](https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocompletion.py) example for more info
- Multi-line commands