Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

determine better pattern for multi-command modules #13

Open
jghibiki opened this issue Jan 25, 2018 · 0 comments
Open

determine better pattern for multi-command modules #13

jghibiki opened this issue Jan 25, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@jghibiki
Copy link
Contributor

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.

@jghibiki jghibiki added the enhancement New feature or request label Jan 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant