diff options
Diffstat (limited to 'cmd2/constants.py')
-rw-r--r-- | cmd2/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd2/constants.py b/cmd2/constants.py index 9e8e7780..bc72817f 100644 --- a/cmd2/constants.py +++ b/cmd2/constants.py @@ -15,6 +15,9 @@ MULTILINE_TERMINATOR = ';' LINE_FEED = '\n' +# One character ellipsis +HORIZONTAL_ELLIPSIS = '…' + DEFAULT_SHORTCUTS = {'?': 'help', '!': 'shell', '@': 'run_script', '@@': '_relative_run_script'} # Used as the command name placeholder in disabled command messages. |