summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-15 15:04:12 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-15 15:04:12 -0500
commit1d1c55b7e3769bc63e8e8db3ada0a8c0d64949e6 (patch)
treedc3af6bff0703d8d0baddce7fd0a19ea87dac232 /tests/conftest.py
parenta8e79fdde006660d8d917e24c6fdc73dbec5458f (diff)
downloadcmd2-git-1d1c55b7e3769bc63e8e8db3ada0a8c0d64949e6.tar.gz
show command has been removed
It's functionality has been moved inside the set command. The set command now uses an argparse parser.
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 05721eb4..c9a9ab0e 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -16,7 +16,7 @@ import cmd2
BASE_HELP = """Documented commands (type help <topic>):
========================================
cmdenvironment help load pyscript run set shortcuts
-edit history py quit save shell show
+edit history py quit save shell
"""
# Help text for the history command