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/test_transcript.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/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index 43b7a72c..8c2af29d 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -129,8 +129,8 @@ def test_base_with_transcript(_cmdline_app): Documented commands (type help <topic>): ======================================== -edit history mumble py quit set shortcuts -help load orate pyscript say shell speak +alias help load orate pyscript say shell speak +edit history mumble py quit set shortcuts unalias (Cmd) help say Repeats what you tell me to. |