Mercurial > python-cmd2
comparison docs/settingchanges.rst @ 328:7b2bca3951a7
locals_in_py
author | cat@eee |
---|---|
date | Fri, 12 Feb 2010 15:35:48 -0500 |
parents | 4172feeddf76 |
children | 6306edc46a6e |
comparison
equal
deleted
inserted
replaced
327:e9eea93c777c | 328:7b2bca3951a7 |
---|---|
3 ========================================= | 3 ========================================= |
4 | 4 |
5 Several aspects of a ``cmd2`` application's behavior | 5 Several aspects of a ``cmd2`` application's behavior |
6 can be controlled simply by setting attributes of ``App``. | 6 can be controlled simply by setting attributes of ``App``. |
7 | 7 |
8 (To define your own user-settable parameters, see :ref:`parameters` | 8 (To define your own user-settable parameters, see :ref:`parameters`) |
9 | 9 |
10 Case-insensitivity | 10 Case-insensitivity |
11 ================== | 11 ================== |
12 | 12 |
13 By default, all ``cmd2`` command names are case-insensitive; | 13 By default, all ``cmd2`` command names are case-insensitive; |