You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: