diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-08-07 18:52:50 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-08-07 18:52:50 -0400 |
commit | 6e6220eb36a1df77f45e6affeaa02fd114ed9fd4 (patch) | |
tree | 187a54954c401a11c79cb2d817226a1e282ab09f /docs/features | |
parent | 89a5a646ffa2f72154b932f0b2dbf23fd87866e3 (diff) | |
download | cmd2-git-6e6220eb36a1df77f45e6affeaa02fd114ed9fd4.tar.gz |
Verifying command names in __init__
Diffstat (limited to 'docs/features')
-rw-r--r-- | docs/features/shortcuts_aliases_macros.rst | 1 |
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 ------- |