Skip to content

Commit 86d81c3

Browse files
committed
Edited README.md to mention support for sub-commands
1 parent 74ad43d commit 86d81c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Main Features
2929
- Multi-line, case-insensitive, and abbreviated commands
3030
- Special-character command shortcuts (beyond cmd's `@` and `!`)
3131
- Settable environment parameters
32-
- Parsing commands with arguments using `argparse`
32+
- Parsing commands with arguments using `argparse`, including support for sub-commands
3333
- Unicode character support (*Python 3 only*)
3434
- Good tab-completion of commands, file system paths, and shell commands
3535
- Python 2.7 and 3.4+ support
36-
- Linux, macOS and Windows support
36+
- Windows, macOS, and Linux support
3737
- Trivial to provide built-in help for all commands
3838
- Built-in regression testing framework for your applications (transcript-based testing)
3939

0 commit comments

Comments
 (0)