comparison docs/settingchanges.rst @ 325:4172feeddf76

want to incorporate run() for tests - not yet working
author catherine@dellzilla
date Thu, 11 Feb 2010 17:03:45 -0500
parents 21584174d865
children 7b2bca3951a7
comparison
equal deleted inserted replaced
324:21584174d865 325:4172feeddf76
29 of multiline command names (without ``do_``):: 29 of multiline command names (without ``do_``)::
30 30
31 class App(Cmd): 31 class App(Cmd):
32 multilineCommands = ['lenghtycommand'] 32 multilineCommands = ['lenghtycommand']
33 def do_lengthycommand(self, args): 33 def do_lengthycommand(self, args):
34 # ... 34 # ...
35
36 35
37 Shortcuts 36 Shortcuts
38 ========= 37 =========
39 38
40 Special-character shortcuts for common commands can make life more convenient for your 39 Special-character shortcuts for common commands can make life more convenient for your