diff options
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 |