diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-20 13:47:46 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-20 13:47:46 -0500 |
| commit | 86d81c37f78cc1990d466876d9aeb8594be79e85 (patch) | |
| tree | 7af5b13af03b66a129028451196b00e581b88c2d | |
| parent | 74ad43dffd9aba2ff17a6e7e2948681745a5a4bf (diff) | |
| download | cmd2-git-86d81c37f78cc1990d466876d9aeb8594be79e85.tar.gz | |
Edited README.md to mention support for sub-commands
| -rwxr-xr-x | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
