2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 19:23:24 +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.not-found` -> cmdStr > Thrown when a command is not found.
+ `command.no-perm` -> cmdStr > Thrown when Hilbish attempts to execute a file but + `command.not-executable` -> cmdStr > Thrown when Hilbish attempts to run a file
has no permission. that is not executable.