diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:55:19 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:55:19 -0400 |
commit | 8b7f234041a8842abcc740d20d2b45840a1d28a1 (patch) | |
tree | c06a5d29e43de1cf07c89688dc911ceac140a9d1 /docs/settingchanges.rst | |
parent | beb2b37e5488965f7b2e240ea7453234bcbd3cd1 (diff) | |
download | cmd2-git-8b7f234041a8842abcc740d20d2b45840a1d28a1.tar.gz |
Updated documentation
Diffstat (limited to 'docs/settingchanges.rst')
-rw-r--r-- | docs/settingchanges.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst index b9ad4a22..aa6d9084 100644 --- a/docs/settingchanges.rst +++ b/docs/settingchanges.rst @@ -23,10 +23,10 @@ following shortcuts are defined: shell: run as OS-level command ``@`` - load script file + run script file ``@@`` - load script file; filename is relative to current script location + run script file; filename is relative to current script location To define more shortcuts, update the dict ``App.shortcuts`` with the {'shortcut': 'command_name'} (omit ``do_``):: |