From b657b45dcca6687da43639c49e65ce4b16303d3d Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 2 Mar 2018 20:51:01 -0500 Subject: Removed support for case-insensitive command parsing --- docs/settingchanges.rst | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs') diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst index 3e48fe24..ab7254a3 100644 --- a/docs/settingchanges.rst +++ b/docs/settingchanges.rst @@ -8,16 +8,6 @@ A parameter can also be changed at runtime by the user *if* its name is included in the dictionary ``app.settable``. (To define your own user-settable parameters, see :ref:`parameters`) -Case-insensitivity -================== - -By default, all ``cmd2`` command names are case-insensitive; -``sing the blues`` and ``SiNg the blues`` are equivalent. To change this, -set ``App.case_insensitive`` to False. - -Whether or not you set ``case_insensitive``, *please do not* define -command method names with any uppercase letters. ``cmd2`` expects all command methods -to be lowercase. Shortcuts (command aliases) =========================== -- cgit v1.2.1