summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-05-20 00:06:22 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-05-20 00:06:22 -0700
commit64b3a88f2376820ae0af2efeace6d63115fb4891 (patch)
tree27e797174b53931d102f9f52bc1714e3739c6c6f /docs
parent8297145a74ee4d239cfb7d68a47f59342fd831fe (diff)
downloadcmd2-git-64b3a88f2376820ae0af2efeace6d63115fb4891.tar.gz
Abbreviations are no longer accepted for multiline commands
Due to the way the parsing logic works for multiline commands, abbreviations didn't function properly with mutliline commands. So to avoid confusion, this commit deals with this issue by simply disallowing abbreviations for multiline commands altogether. A warning has been added to the section on abbreviations in the documentation to hopefully make this clear for users.
Diffstat (limited to 'docs')
-rw-r--r--docs/freefeatures.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/freefeatures.rst b/docs/freefeatures.rst
index 44ade408..3c740c00 100644
--- a/docs/freefeatures.rst
+++ b/docs/freefeatures.rst
@@ -243,6 +243,11 @@ no other commands defined beginning with *divid*,
This behavior can be turned off with ``app.abbrev`` (see :ref:`parameters`)
+.. warning::
+
+ Due to the way the parsing logic works for multiline commands, abbreviations
+ will not be accepted for multiline commands.
+
Misc. pre-defined commands
==========================