summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-03-17 09:54:03 -0600
committerkotfu <kotfu@kotfu.net>2018-03-17 09:54:03 -0600
commit536accac51896b8390ce34ef7b1b8617e7fce278 (patch)
tree86876795f70c58b70abfda784467fb34720289b2 /README.md
parent763b1cb45fc12ec2570672ab787a4494b35a24fb (diff)
downloadcmd2-git-536accac51896b8390ce34ef7b1b8617e7fce278.tar.gz
Clarify alias and startup script language
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8a93804d..c73db019 100755
--- a/README.md
+++ b/README.md
@@ -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