From 60bf3aa5385f4c6dde6396c48262ae7d5177fd0c Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Tue, 2 Oct 2018 23:54:01 -0400 Subject: Returned cmd_echo default to False except when running a Python command at the CLI --- tests/pyscript/help.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/pyscript/help.py') diff --git a/tests/pyscript/help.py b/tests/pyscript/help.py index 03fa3fe3..664c0488 100644 --- a/tests/pyscript/help.py +++ b/tests/pyscript/help.py @@ -1 +1,2 @@ +app.cmd_echo = True app.help() -- cgit v1.2.1