2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-13 18:00:41 +00:00
Hilbish/docs/hooks/command.md

8 lines
324 B
Markdown
Raw Normal View History

2021-11-22 16:36:32 -05:00
+ `command.exit` -> code, cmdStr > Thrown when a command exits.
`code` is the exit code of the command, and `cmdStr` is the command that was run.
+ `command.not-found` -> cmdStr > Thrown when a command is not found.
2022-12-28 19:28:16 -04:00
+ `command.not-executable` -> cmdStr > Thrown when Hilbish attempts to run a file
that is not executable.