summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAlfred Levy <alevy03@gmail.com>2017-09-22 13:58:17 -0400
committerAlfred Levy <alevy03@gmail.com>2017-09-22 13:58:17 -0400
commit6fa589b3c50352eea2d15f3ad69c91c5118f71d8 (patch)
tree023942c4ca32c7385717cff66f2621052893b324 /CONTRIBUTING.md
parent6d711bcb104b5afd0bfb49cbe30410ec5b8fadd5 (diff)
downloadcmd2-git-6fa589b3c50352eea2d15f3ad69c91c5118f71d8.tar.gz
Provide method to run multiple commands w/o a cmdloop.
runcmds_plus_hooks can accept multiple commands process the command queue to deal with subsequent commands loaded from scripts without requiring a command loop. This better supports a one-off batch processing scenario. Also fixed the insertion order of commands placed in the command queue by load and _relative_load so that script commands are run in the expected order. Minor tweak to setup instructions in CONTRIBUTING.md to include pyperclip in prerequisites.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 88898f8d..5eace248 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -192,7 +192,7 @@ Once you have cmd2 cloned, before you start any cmd2 application, you first need
```bash
# Install cmd2 prerequisites
-pip install -U six pyparsing
+pip install -U six pyparsing pyperclip
# Install prerequisites for running cmd2 unit tests
pip install -U pytest mock