diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-08-05 23:28:13 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-08-05 23:28:13 -0400 |
commit | d210846e4df74f6b88995ccfabc3ae25f2b333c9 (patch) | |
tree | af96ef532ea2eac818b2cf4591eec41959db1528 | |
parent | 47921d02aa876e2cca35d7a939bfc5a6584f8359 (diff) | |
download | cmd2-git-d210846e4df74f6b88995ccfabc3ae25f2b333c9.tar.gz |
Updated docs
-rw-r--r-- | docs/features/shortcuts_aliases_macros.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/features/shortcuts_aliases_macros.rst b/docs/features/shortcuts_aliases_macros.rst index 0f06fe08..5628dc66 100644 --- a/docs/features/shortcuts_aliases_macros.rst +++ b/docs/features/shortcuts_aliases_macros.rst @@ -65,6 +65,7 @@ Use ``alias delete`` to remove aliases For more details run: ``help alias delete`` +Note: Aliases cannot have the same name as a command or macro Macros ------ @@ -93,3 +94,5 @@ sessions. For more details on listing macros run: ``help macro list`` For more details on deleting macros run: ``help macro delete`` + +Note: Macros cannot have the same name as a command or alias
\ No newline at end of file |