diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-27 01:20:48 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-27 01:20:48 -0400 |
commit | e60206b92e465b13cb4e4c9ac6a8a73da595a514 (patch) | |
tree | 7646f343432e38f343ebe7b0998cbdaa156055ee /README.md | |
parent | a3b4bc8e80d8c9225578e631344f1066f31c1689 (diff) | |
download | cmd2-git-e60206b92e465b13cb4e4c9ac6a8a73da595a514.tar.gz |
Documented macros
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |