summaryrefslogtreecommitdiff
path: root/docs/features
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-08-07 18:52:50 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-08-07 18:52:50 -0400
commit6e6220eb36a1df77f45e6affeaa02fd114ed9fd4 (patch)
tree187a54954c401a11c79cb2d817226a1e282ab09f /docs/features
parent89a5a646ffa2f72154b932f0b2dbf23fd87866e3 (diff)
downloadcmd2-git-6e6220eb36a1df77f45e6affeaa02fd114ed9fd4.tar.gz
Verifying command names in __init__
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/shortcuts_aliases_macros.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/features/shortcuts_aliases_macros.rst b/docs/features/shortcuts_aliases_macros.rst
index 5628dc66..43a26ad7 100644
--- a/docs/features/shortcuts_aliases_macros.rst
+++ b/docs/features/shortcuts_aliases_macros.rst
@@ -38,6 +38,7 @@ To define more shortcuts, update the dict ``App.shortcuts`` with the
updating the ``shortcuts`` attribute This warning applies in general to many
other attributes which are not settable at runtime.
+Note: Command, alias, and macro names cannot start with a shortcut
Aliases
-------