Mercurial > python-cmd2
comparison docs/unfreefeatures.rst @ 336:8aa71e8f1064
alternatives
author | catherine@Drou |
---|---|
date | Mon, 15 Feb 2010 22:07:37 -0500 |
parents | 45e70737791f |
children | 52ab96d4f179 |
comparison
equal
deleted
inserted
replaced
335:f69211e2c570 | 336:8aa71e8f1064 |
---|---|
179 - More concise | 179 - More concise |
180 - ``.pfeedback()`` destination is controlled by :ref:`quiet` parameter. | 180 - ``.pfeedback()`` destination is controlled by :ref:`quiet` parameter. |
181 | 181 |
182 .. _quiet: | 182 .. _quiet: |
183 | 183 |
184 color | |
185 ===== | |
186 | |
187 .. automethod:: cmd2.Cmd.do_quit | |
188 | |
184 Quiet | 189 Quiet |
185 ===== | 190 ===== |
186 | 191 |
187 Controls whether ``self.pfeedback('message')`` output is suppressed; | 192 Controls whether ``self.pfeedback('message')`` output is suppressed; |
188 useful for non-essential feedback that the user may not always want | 193 useful for non-essential feedback that the user may not always want |
209 (Cmd) eat wheaties | 214 (Cmd) eat wheaties |
210 1. sweet | 215 1. sweet |
211 2. salty | 216 2. salty |
212 Sauce? 2 | 217 Sauce? 2 |
213 wheaties with salty sauce, yum! | 218 wheaties with salty sauce, yum! |
214 | |
215 ``color`` | |
216 ========= |