Mercurial > python-cmd2
diff docs/unfreefeatures.rst @ 411:9d5ff2ddfdea 0.6.2
doc update
author | Catherine Devlin <catherine.devlin@gmail.com> |
---|---|
date | Tue, 09 Nov 2010 05:22:41 -0500 |
parents | 52ab96d4f179 |
children | f16f444a4d10 |
line wrap: on
line diff
--- a/docs/unfreefeatures.rst Mon Nov 08 08:49:32 2010 -0500 +++ b/docs/unfreefeatures.rst Tue Nov 09 05:22:41 2010 -0500 @@ -184,15 +184,17 @@ - More concise - ``.pfeedback()`` destination is controlled by :ref:`quiet` parameter. - -.. _quiet: - + color ===== -.. automethod:: cmd2.Cmd.do_quit +Text output can be colored by wrapping it in the ``colorize`` method. + +.. automethod:: cmd2.Cmd.colorize -Quiet +.. _quiet: + +quiet ===== Controls whether ``self.pfeedback('message')`` output is suppressed; @@ -203,6 +205,8 @@ ``select`` ========== +Presents numbered options to user, as bash ``select``. + ``app.select`` is called from within a method (not by the user directly; it is ``app.select``, not ``app.do_select``). .. automethod:: cmd2.Cmd.select