diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-16 17:49:58 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-16 17:49:58 -0400 |
commit | 4a4e20601b9c5db378bbdc42ae67f2438fb04652 (patch) | |
tree | 3be843aba533096bad72a0e258fd7849876da3ce /README.md | |
parent | fd9657d651ccdd7d42730489fe32448a90992ef6 (diff) | |
download | cmd2-git-4a4e20601b9c5db378bbdc42ae67f2438fb04652.tar.gz |
Added documentation
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ Main Features - Option to display long output using a pager with ``cmd2.Cmd.ppaged()`` - Multi-line commands - Special-character command shortcuts (beyond cmd's `@` and `!`) +- Command aliasing - Settable environment parameters - Parsing commands with arguments using `argparse`, including support for sub-commands - Sub-menu support via the ``AddSubmenu`` decorator |