diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-05-17 21:23:44 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-05-17 21:23:44 -0400 |
commit | d9de55267102f9b5d389e20917edee4b5f5e7097 (patch) | |
tree | cb2bc5c4b14d2ffa72500483788587f09b928b2d /README.md | |
parent | 5ae72515ffaaa37063cdb073d9790f1426e4abcb (diff) | |
download | cmd2-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-x | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |