summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-05-17 21:23:44 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-05-17 21:23:44 -0400
commitd9de55267102f9b5d389e20917edee4b5f5e7097 (patch)
treecb2bc5c4b14d2ffa72500483788587f09b928b2d /README.md
parent5ae72515ffaaa37063cdb073d9790f1426e4abcb (diff)
downloadcmd2-git-d9de55267102f9b5d389e20917edee4b5f5e7097.tar.gz
Updated an example, features, and changes based on new support for path and command completion
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 01d2850c..cd739773 100755
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ cmd2 provides the following features, in addition to those already existing in c
- Pipe output to shell commands with `|`
- Simple transcript-based application testing
- Unicode character support (*Python 3 only*)
+- Path completion for ``edit``, ``load``, ``save``, and ``shell`` commands
Instructions for implementing each feature follow.