summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-11 16:01:24 -0700
committerGitHub <noreply@github.com>2018-04-11 16:01:24 -0700
commit20267472d0de3e165f7aea0af62560d6a43c8571 (patch)
treedb1553d84a478e597d9910eb0f8b09b9d2bf9074 /tests/conftest.py
parent322a7c2c36e4efd345a3d57dd09aea3200e0656b (diff)
parente4ca6c807ce8bd8e4272b6d724c71952845b2adf (diff)
downloadcmd2-git-20267472d0de3e165f7aea0af62560d6a43c8571.tar.gz
Merge pull request #348 from python-cmd2/help_categories
Help categories
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 58ec8ee0..837e7504 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -19,6 +19,23 @@ alias help load pyscript set shortcuts
edit history py quit shell unalias
"""
+BASE_HELP_VERBOSE = """
+Documented commands (type help <topic>):
+================================================================================
+alias Define or display aliases
+edit Edit a file in a text editor.
+help List available commands with "help" or detailed help with "help cmd".
+history View, run, edit, and save previously entered commands.
+load Runs commands in script file that is encoded as either ASCII or UTF-8 text.
+py Invoke python command, shell, or script
+pyscript Runs a python script file inside the console
+quit Exits this application.
+set Sets a settable parameter or shows current settings of parameters.
+shell Execute a command as if at the OS prompt.
+shortcuts Lists shortcuts (aliases) available.
+unalias Unsets aliases
+"""
+
# Help text for the history command
HELP_HISTORY = """usage: history [-h] [-r | -e | -s | -o FILE | -t TRANSCRIPT] [arg]