diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:09:26 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:09:26 -0400 |
commit | 122ff0c664383aff780902d66cb7e990aa8d810b (patch) | |
tree | 7a1b755bbce16f61a0210a7b23c4422ccf8e4195 /cmd2/cmd2.py | |
parent | 8d882f529f564bbb03769e2454a73a01984dc11b (diff) | |
download | cmd2-git-122ff0c664383aff780902d66cb7e990aa8d810b.tar.gz |
Fixing unit tests
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index f9d6281f..667e221d 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -398,7 +398,7 @@ class Cmd(cmd.Cmd): 'timing': 'Report execution times'} # Commands to exclude from the help menu and tab completion - self.hidden_commands = ['eof', '_relative_run_script'] + self.hidden_commands = ['eof', '_relative_load', '_relative_run_script'] # Commands to exclude from the history command # initialize history |