diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-15 13:56:05 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-15 13:56:09 -0500 |
commit | 8d9c2813134c38f80ead43578d97b15a44503471 (patch) | |
tree | 6bdd87c10aec7c9907656262c85fef711ed1beed /tests/test_cmd2.py | |
parent | c6a19be70445dcf115500ff5e944d9d2937829bb (diff) | |
download | cmd2-git-8d9c2813134c38f80ead43578d97b15a44503471.tar.gz |
__relative_load command is now hidden from help menu by default
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r-- | tests/test_cmd2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 3fc7c4ea..76efde5c 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -1099,8 +1099,8 @@ def test_custom_help_menu(help_app): expected = normalize(""" Documented commands (type help <topic>): ======================================== -_relative_load edit history py quit save shell show -cmdenvironment help load pyscript run set shortcuts squat +cmdenvironment help load pyscript run set shortcuts squat +edit history py quit save shell show Undocumented commands: ====================== |