2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-31 10:43:22 +00:00

docs: fix docs for outdated hook

This commit is contained in:
sammyette 2022-12-28 19:28:16 -04:00
parent c2db9e65fa
commit 0f33f72de7
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -3,5 +3,5 @@
+ `command.not-found` -> cmdStr > Thrown when a command is not found.
+ `command.no-perm` -> cmdStr > Thrown when Hilbish attempts to execute a file but
has no permission.
+ `command.not-executable` -> cmdStr > Thrown when Hilbish attempts to run a file
that is not executable.