2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

chore: merge

This commit is contained in:
TorchedSammy 2022-03-22 18:38:26 -04:00
commit 6e69ee20f6
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -74,7 +74,8 @@ function hilbish.run(cmd) end
--- Accepted values for mode are hybrid (the default), hybridRev (sh first then Lua),
--- sh, and lua. It also accepts a function, to which if it is passed one
--- will call it to execute user input instead.
function hilbish.runnerMode() end
--- @param mode string|function
function hilbish.runnerMode(mode) end
--- Runs the `cb` function after `time` in milliseconds
--- @param cb function