mirror of https://github.com/Hilbis/Hilbish
320 B
320 B
-
command.exit
-> code, cmdStr > Thrown when a command exits.code
is the exit code of the command, andcmdStr
is the command that was run. -
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.