summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-27 01:20:48 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-27 01:20:48 -0400
commite60206b92e465b13cb4e4c9ac6a8a73da595a514 (patch)
tree7646f343432e38f343ebe7b0998cbdaa156055ee /README.md
parenta3b4bc8e80d8c9225578e631344f1066f31c1689 (diff)
downloadcmd2-git-e60206b92e465b13cb4e4c9ac6a8a73da595a514.tar.gz
Documented macros
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index dc7bd9a8..efb9f122 100755
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ Main Features
- Multi-line commands
- Special-character command shortcuts (beyond cmd's `?` and `!`)
- Command aliasing similar to bash `alias` command
+- Macros, which are similar to aliases, but can take arguments when called
- Ability to load commands at startup from an initialization script
- Settable environment parameters
- Parsing commands with arguments using `argparse`, including support for sub-commands