From def2bb90533f72ddd4b8909c0160cf643e19f765 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 5 Feb 2017 20:19:02 -0500 Subject: Documented undocumented commands and removed command aliases. The out-of-the-box help menu now looks a lot cleaner: - All redundant command aliases have been removed (NOTE: They can still be used if self.abbrev is True, which is the default) - All previously undocumented commands have been documented - Unit tests and README.rst documentation has been updated to reflect new behavior --- tests/test_transcript.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'tests/test_transcript.py') diff --git a/tests/test_transcript.py b/tests/test_transcript.py index aeadae4e..d699f545 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -105,13 +105,8 @@ def test_base_with_transcript(_cmdline_app): Documented commands (type help ): ======================================== -_load ed history list pause run set show -_relative_load edit l load py save shell speak -cmdenvironment hi li orate r say shortcuts - -Undocumented commands: -====================== -EOF eof exit help q quit +_relative_load edit help list orate py run say shell show +cmdenvironment eof history load pause quit save set shortcuts speak (Cmd) help say Repeats what you tell me to. -- cgit v1.2.1