]> git.llucax.com Git - software/pymin.git/commit
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)
commit6f9f028c43f77c76a0ac6d4f4f7223e5c6e2ba64
treee5dc3ec98f1ea2fea8549dd4e6114c7f6f1f30e4
parent5b7bdbf7f0793cd5d71a7e1bcdf5f1ae2402e138
Add help messages and command listing to dispatcher handlers.

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.
TODO
dispatcher.py
pymindaemon.py
services/dhcp/__init__.py