determine better pattern for multi-command modules #13
Open
Description
some modules might have several commands - or a suite of commands. How do we better register multiple handlers and help messages.
Could be done by having a register_handlers hook for each module to register its handlers. that way a module would be able to define multiple methods on its class and then as part of the register_handlers hook, while adding the callback, it could build and add its help info.