summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-20 16:48:52 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-20 16:48:52 -0500
commit5550ab73a91d2834e6bda72eb3889998ad59be51 (patch)
tree12b387896ea91720416639daf8b10f8d66406dda /README.md
parent29ef26875664dfa3d70273b321092a83a68d9966 (diff)
downloadcmd2-git-5550ab73a91d2834e6bda72eb3889998ad59be51.tar.gz
Added unit tests for sub-commands
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5785f81..b1d52c75 100755
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Main Features
- Settable environment parameters
- Parsing commands with arguments using `argparse`, including support for sub-commands
- Unicode character support (*Python 3 only*)
-- Good tab-completion of commands, file system paths, and shell commands
+- Good tab-completion of commands, sub-commands, file system paths, and shell commands
- Python 2.7 and 3.4+ support
- Windows, macOS, and Linux support
- Trivial to provide built-in help for all commands