summaryrefslogtreecommitdiff
path: root/cmd2/constants.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-06-15 15:00:59 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-06-15 15:00:59 -0400
commit70bf9e1a12b89bb913c11fb07893ab4b9cab2576 (patch)
tree27bb62898d635bcaa8e6e8182d52f5105210b3f6 /cmd2/constants.py
parentc12ba0ff11b3a8fd083c641cb9149aff6494bbf9 (diff)
downloadcmd2-git-70bf9e1a12b89bb913c11fb07893ab4b9cab2576.tar.gz
Began work to minimize public API
Diffstat (limited to 'cmd2/constants.py')
-rw-r--r--cmd2/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd2/constants.py b/cmd2/constants.py
index dede0381..06d6c6c4 100644
--- a/cmd2/constants.py
+++ b/cmd2/constants.py
@@ -24,3 +24,5 @@ LINE_FEED = '\n'
COLORS_NEVER = 'Never'
COLORS_TERMINAL = 'Terminal'
COLORS_ALWAYS = 'Always'
+
+DEFAULT_SHORTCUTS = {'?': 'help', '!': 'shell', '@': 'run_script', '@@': '_relative_run_script'}