diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-17 00:08:35 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-17 00:08:35 -0400 |
commit | 763b1cb45fc12ec2570672ab787a4494b35a24fb (patch) | |
tree | e6cff0b0df8ce9bf84f3295a96d726e5ffc7aab3 /README.md | |
parent | 3bf1c51b3218ffdd00c1369dac0160cab38b738a (diff) | |
download | cmd2-git-763b1cb45fc12ec2570672ab787a4494b35a24fb.tar.gz |
Added a tiny bit of documentation
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +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 +- Command aliasing and loading a 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 |