diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-02 17:28:52 -0500 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-02 17:28:52 -0500 |
| commit | d0d98f0aea35fcd378fc93f02d8449030b1ba454 (patch) | |
| tree | ca2ac2a2852ebaeb9ec9e9543ae2ae1945850504 /docs/freefeatures.rst | |
| parent | 17781f27c49b961526c7e3a5302482744e6a038b (diff) | |
| download | cmd2-git-d0d98f0aea35fcd378fc93f02d8449030b1ba454.tar.gz | |
Removed abbrev attribute
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 ========================== |
