summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/settingchanges.rst10
1 files changed, 0 insertions, 10 deletions
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)
===========================