summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-10-26 12:33:58 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-10-26 12:33:58 -0400
commitb0e72f7208065cac3e0ca0528f60cf7936c5284e (patch)
treebc16e2c48ed9679076e8911863f2ef96db5f8471 /setup.py
parent2cc1b90eba33fae1bf8d06a49bb9f64b662569ad (diff)
downloadcmd2-git-b0e72f7208065cac3e0ca0528f60cf7936c5284e.tar.gz
Made significant updates to README.md
The initial goal was to improve documentation of tab-completion capabilities. But the README got updates in several areas.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 607bc346..5a705be5 100755
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,7 @@ Main features:
- Parsing commands with arguments using `argparse`, including support for sub-commands
- Unicode character support
- Good tab-completion of commands, sub-commands, file system paths, and shell commands
+ - Automatic tab-completion of `argparse` flags when using one of the `cmd2` `argparse` decorators
- Support for Python 3.4+ on Windows, macOS, and Linux
- Trivial to provide built-in help for all commands
- Built-in regression testing framework for your applications (transcript-based testing)