diff options
author | anselor <anselor@gmail.com> | 2018-05-19 12:13:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-19 12:13:08 -0400 |
commit | a38e3f26887f60a358a5e36421a52526a04637f5 (patch) | |
tree | f25af604947e3f533bb10f8fe0d892779a775166 /tests/pyscript/help.py | |
parent | 8125d45412cce07b1316ef19fdcbc98deeb0a57a (diff) | |
parent | 4699451df8d0b0ff87b2332ab26498e372309ec4 (diff) | |
download | cmd2-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.py | 3 |
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() |