diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-17 00:08:35 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-17 00:08:35 -0400 |
commit | 763b1cb45fc12ec2570672ab787a4494b35a24fb (patch) | |
tree | e6cff0b0df8ce9bf84f3295a96d726e5ffc7aab3 /docs/settingchanges.rst | |
parent | 3bf1c51b3218ffdd00c1369dac0160cab38b738a (diff) | |
download | cmd2-git-763b1cb45fc12ec2570672ab787a4494b35a24fb.tar.gz |
Added a tiny bit of 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 f5ba16d4..539bbc9a 100644 --- a/docs/settingchanges.rst +++ b/docs/settingchanges.rst @@ -10,7 +10,7 @@ its name is included in the dictionary ``app.settable``. Shortcuts -=========================== +========= Command shortcuts for long command names and common commands can make life more convenient for your users. Shortcuts are used without a space separating them from their arguments, like ``!ls``. By default, the @@ -48,7 +48,7 @@ To define more shortcuts, update the dict ``App.shortcuts`` with the Aliases -================ +======= In addition to shortcuts, ``cmd2`` provides a full alias feature via the ``alias`` command which is similar to the ``alias`` command in Bash. |