summaryrefslogtreecommitdiff
path: root/tests/pyscript/help.py
diff options
context:
space:
mode:
authoranselor <anselor@gmail.com>2018-05-19 12:13:08 -0400
committerGitHub <noreply@github.com>2018-05-19 12:13:08 -0400
commita38e3f26887f60a358a5e36421a52526a04637f5 (patch)
treef25af604947e3f533bb10f8fe0d892779a775166 /tests/pyscript/help.py
parent8125d45412cce07b1316ef19fdcbc98deeb0a57a (diff)
parent4699451df8d0b0ff87b2332ab26498e372309ec4 (diff)
downloadcmd2-git-a38e3f26887f60a358a5e36421a52526a04637f5.tar.gz
Merge pull request #405 from python-cmd2/pyscript
Pyscript updates
Diffstat (limited to 'tests/pyscript/help.py')
-rw-r--r--tests/pyscript/help.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pyscript/help.py b/tests/pyscript/help.py
index 3f67793c..664c0488 100644
--- a/tests/pyscript/help.py
+++ b/tests/pyscript/help.py
@@ -1 +1,2 @@
-app.help() \ No newline at end of file
+app.cmd_echo = True
+app.help()