mirror of
https://github.com/sammy-ette/Hilbish
synced 2025-08-10 02:52:03 +00:00
640 B
640 B
| title | description | layout | menu | ||||
|---|---|---|---|---|---|---|---|
| Command | doc |
|
-
command.preexec-> input, cmdStr > Thrown before a command is executed. Theinputis the user written command, whilecmdStris what will be executed (inputwill have aliases whilecmdStrwill have alias resolved input). -
command.exit-> code, cmdStr > Thrown when a command exits.codeis the exit code of the command, andcmdStris 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.