diff options
author | Todd Leonhardt <toleonha@microsoft.com> | 2018-04-11 16:06:00 -0700 |
---|---|---|
committer | Todd Leonhardt <toleonha@microsoft.com> | 2018-04-11 16:06:00 -0700 |
commit | f2ade23f8a326ff67cbb86a6d2fdd555e3f992e4 (patch) | |
tree | 3b2f9b481830c72f597584111b82d901cfdd3b4b /tests/conftest.py | |
parent | ef37f21aca6bdb95f8d2eed9c9986cdd4dad7e48 (diff) | |
parent | 20267472d0de3e165f7aea0af62560d6a43c8571 (diff) | |
download | cmd2-git-f2ade23f8a326ff67cbb86a6d2fdd555e3f992e4.tar.gz |
Merge branch 'master' into delete_optparse
# Conflicts:
# cmd2.py
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 17 |
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] |