diff options
Diffstat (limited to 'docs/freefeatures.rst')
-rw-r--r-- | docs/freefeatures.rst | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/freefeatures.rst b/docs/freefeatures.rst index a439db56..f0918bba 100644 --- a/docs/freefeatures.rst +++ b/docs/freefeatures.rst @@ -271,23 +271,6 @@ Quitting the application It's trivial, but it's one less thing for you to remember. -Abbreviated commands -==================== - -``cmd2`` apps will accept shortened command names -so long as there is no ambiguity if the ``abbrev`` settable parameter is set to ``True``. -Thus, if ``do_divide`` is defined, then ``divid``, ``div``, -or even ``d`` will suffice, so long as there are -no other commands defined beginning with *divid*, -*div*, or *d*. - -This behavior is disabled by default, but can be turned on 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 ========================== |