-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
.help only shows 1 example #1200
Comments
The |
Pushed to Sopel 7, as my WIP solution requires a new argument to |
Merged a fix for this that modules will have to opt into. See #1403. |
Looking at the code for the calc command, it has declared several examples. When I run ".help calc", I always get one and only one example.
The calc code is here:
https://github.com/sopel-irc/sopel/blob/master/sopel/modules/calc.py#L22-L29
I'm writing my own module, and I am trying to get all of the examples to show, but it functions the same as the calc example above. No matter how many
@example
decorators I have on the method, it only shows one.The text was updated successfully, but these errors were encountered: