summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-20 13:47:46 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-20 13:47:46 -0500
commit86d81c37f78cc1990d466876d9aeb8594be79e85 (patch)
tree7af5b13af03b66a129028451196b00e581b88c2d /README.md
parent74ad43dffd9aba2ff17a6e7e2948681745a5a4bf (diff)
downloadcmd2-git-86d81c37f78cc1990d466876d9aeb8594be79e85.tar.gz
Edited README.md to mention support for sub-commands
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 70fde5a8..e5785f81 100755
--- a/README.md
+++ b/README.md
@@ -29,11 +29,11 @@ Main Features
- Multi-line, case-insensitive, and abbreviated commands
- Special-character command shortcuts (beyond cmd's `@` and `!`)
- Settable environment parameters
-- Parsing commands with arguments using `argparse`
+- 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
- Python 2.7 and 3.4+ support
-- Linux, macOS and Windows support
+- Windows, macOS, and Linux support
- Trivial to provide built-in help for all commands
- Built-in regression testing framework for your applications (transcript-based testing)