diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-02 23:14:35 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-02 23:14:35 -0400 |
commit | 957137a886e76f5b32f62f667673a72a813f8c0d (patch) | |
tree | b50adf03610e1d039a709f73d796f57fc539602b /tests/pyscript/bar1.py | |
parent | 1c0616a61740f1407f684a1dbe816fa547873b13 (diff) | |
download | cmd2-git-957137a886e76f5b32f62f667673a72a813f8c0d.tar.gz |
Default cmd_echo to True in PyscriptBridge so things like 'py app.help()' will show output
Diffstat (limited to 'tests/pyscript/bar1.py')
-rw-r--r-- | tests/pyscript/bar1.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pyscript/bar1.py b/tests/pyscript/bar1.py index 521e2c29..c6276a87 100644 --- a/tests/pyscript/bar1.py +++ b/tests/pyscript/bar1.py @@ -1,2 +1 @@ -app.cmd_echo = True app.bar('11', '22') |