diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-02 23:54:01 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-02 23:54:01 -0400 |
commit | 60bf3aa5385f4c6dde6396c48262ae7d5177fd0c (patch) | |
tree | e1e377e8d96490f9c81327df792fd9434e915a6d /tests/pyscript/foo4.py | |
parent | c347ac8e56899c4662889d6a9f42afbd8d4646fd (diff) | |
download | cmd2-git-60bf3aa5385f4c6dde6396c48262ae7d5177fd0c.tar.gz |
Returned cmd_echo default to False except when running a Python command at the CLI
Diffstat (limited to 'tests/pyscript/foo4.py')
-rw-r--r-- | tests/pyscript/foo4.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pyscript/foo4.py b/tests/pyscript/foo4.py index 88fd3ce8..e4b7d01c 100644 --- a/tests/pyscript/foo4.py +++ b/tests/pyscript/foo4.py @@ -1,3 +1,4 @@ +app.cmd_echo = True result = app.foo('aaa', 'bbb', counter=3) out_text = 'Fail' if result: |