From ad3d32339f791faa31763fe3efb42d0be469ddef Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 3 Jun 2017 10:59:06 -0400 Subject: Removed redundant list command The extra functionality of listing a span (slice) of history items present in the list command has been incorporated into the existing history command and the list command has been removed. Unit tests have been updated accordingly. In the process a bug was fixed that was causing a crash if and end was supplied to the span but not a start. --- 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 c31b519d..03fec92a 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 load py save shell speak -cmdenvironment history orate quit say shortcuts -edit list pause run set show +_relative_load edit history orate py run say shell show +cmdenvironment help load pause quit save set shortcuts speak (Cmd) help say Repeats what you tell me to. -- cgit v1.2.1