diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-20 16:48:52 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-20 16:48:52 -0500 |
commit | 5550ab73a91d2834e6bda72eb3889998ad59be51 (patch) | |
tree | 12b387896ea91720416639daf8b10f8d66406dda /README.md | |
parent | 29ef26875664dfa3d70273b321092a83a68d9966 (diff) | |
download | cmd2-git-5550ab73a91d2834e6bda72eb3889998ad59be51.tar.gz |
Added unit tests for sub-commands
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |