diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-16 18:58:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-16 18:58:19 -0400 |
commit | 70b340da1ea080e42ec91d0d37a8c266d095df94 (patch) | |
tree | ba5666ae95ea8bb2376a61cf42f13fa71cf83b27 /tests/conftest.py | |
parent | 3abfbf6c994f5a7e4aa918fc9fff10da99cf6f25 (diff) | |
parent | 9465ff2abd51bafa4c8928b19ed58140721fe567 (diff) | |
download | cmd2-git-70b340da1ea080e42ec91d0d37a8c266d095df94.tar.gz |
Merge pull request #314 from python-cmd2/alias
Alias
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 5ee5dd58..58ec8ee0 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -15,7 +15,8 @@ import cmd2 # Help text for base cmd2.Cmd application BASE_HELP = """Documented commands (type help <topic>): ======================================== -edit help history load py pyscript quit set shell shortcuts +alias help load pyscript set shortcuts +edit history py quit shell unalias """ # Help text for the history command |