summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-17 00:08:35 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-17 00:08:35 -0400
commit763b1cb45fc12ec2570672ab787a4494b35a24fb (patch)
treee6cff0b0df8ce9bf84f3295a96d726e5ffc7aab3 /README.md
parent3bf1c51b3218ffdd00c1369dac0160cab38b738a (diff)
downloadcmd2-git-763b1cb45fc12ec2570672ab787a4494b35a24fb.tar.gz
Added a tiny bit of documentation
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab57f823..8a93804d 100755
--- a/README.md
+++ b/README.md
@@ -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