Hilbish/docs/hooks/index.txt

9 lines
366 B
Plaintext
Raw Normal View History

2022-03-06 16:04:28 +00:00
Here is a list of bait hooks that are thrown by Hilbish. If a hook is related
to a command, it will have the `command` scope, as example.
2021-11-22 21:36:32 +00:00
Here is the format for a doc for a hook:
+ <hook name> -> <args> > <description>
`<args>` just means the arguments of the hook. If a hook doc has the format
of `arg...`, it means the hook can take/recieve any number of `arg`.