diff options
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ 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 and loading a commands at startup from an initialization script +- Command aliasing similar to bash `alias` command +- Ability to load commands at startup from an initialization script - Settable environment parameters - Parsing commands with arguments using `argparse`, including support for sub-commands - Sub-menu support via the ``AddSubmenu`` decorator |