diff --git a/docs/api/bait/index.html b/docs/api/bait/index.html index e7e8b6d..5f2d700 100644 --- a/docs/api/bait/index.html +++ b/docs/api/bait/index.html @@ -2,7 +2,7 @@
the event emitter
Bait is the event emitter for Hilbish. Why name it bait? Why not. +
the event emitter
Bait is the event emitter for Hilbish. Why name it bait? Why not. It throws hooks that you can catch. This is what you will use if you want to listen in on hooks to know when certain things have happened, like when you’ve changed directory, a command has failed, diff --git a/docs/api/commander/index.html b/docs/api/commander/index.html index 1d2f4d3..4ac0c5e 100644 --- a/docs/api/commander/index.html +++ b/docs/api/commander/index.html @@ -2,4 +2,4 @@
library for custom commands
Commander is a library for writing custom commands in Lua.
Deregisters any command registered with name
Register a command with name
that runs cb
when ran