2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-05-10 06:13:24 +00:00
Hilbish/docs/hooks/command.md

324 B

  • 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.

  • command.not-executable -> cmdStr > Thrown when Hilbish attempts to run a file that is not executable.