From 29eeb8996053f35572f4d7b63e7c8cb0f62b6442 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 3 Jul 2017 17:22:16 -0400 Subject: Removed pause command It was pretty useless, it just printed a message and sat there and waited for the user to hit enter. It didn't feel like it belonged in a top-level framework. If a particular application wants this functionality, it is a 2 line change to add it back. --- tests/test_transcript.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/test_transcript.py') diff --git a/tests/test_transcript.py b/tests/test_transcript.py index 87640b5e..4ffcd162 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -106,9 +106,8 @@ def test_base_with_transcript(_cmdline_app): Documented commands (type help ): ======================================== -_relative_load help orate pyscript save shell speak -cmdenvironment history pause quit say shortcuts -edit load py run set show +_relative_load edit history orate pyscript run say shell show +cmdenvironment help load py quit save set shortcuts speak (Cmd) help say Repeats what you tell me to. -- cgit v1.2.1