diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-15 15:49:18 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-15 15:49:18 -0500 |
commit | f7cc1610c8a5d981ab5ee728d61ab241ecf5d8fd (patch) | |
tree | 2d0eb41adc95e8d320a3daef504ad4348d16bace /tests/conftest.py | |
parent | b89cbb453236ed22f384751880f36ad35a315237 (diff) | |
download | cmd2-git-f7cc1610c8a5d981ab5ee728d61ab241ecf5d8fd.tar.gz |
cmdenvironment command has been removed and its functionality now exists as a -a/--all option to the set command
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index c9a9ab0e..e20d2511 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -15,8 +15,7 @@ import cmd2 # Help text for base cmd2.Cmd application BASE_HELP = """Documented commands (type help <topic>): ======================================== -cmdenvironment help load pyscript run set shortcuts -edit history py quit save shell +edit help history load py pyscript quit run save set shell shortcuts """ # Help text for the history command |