]> git.llucax.com Git - software/pymin.git/commitdiff
Add help messages and command listing to dispatcher handlers.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 28 Sep 2007 21:20:54 +0000 (18:20 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 28 Sep 2007 21:20:54 +0000 (18:20 -0300)
Now the @handle decorator takes a mandatory help argument to specify a
short help string for that handler. A new functions get_help() is added to
the dispatcher module to get the help string from a handler.

A new base Handler class is provided in dispatcher module to automatically
have a 'help' and 'commands' commands available.


No differences found