2
2
réplica de https://github.com/Hilbis/Hilbish sincronizado 2025-07-14 14:52:02 +00:00
Este cometimento está contido em:
TorchedSammy 2022-03-22 18:38:26 -04:00
ascendente bc15da2f1a dd9e827735
cometimento 6e69ee20f6
Assinados por: sammyette
ID da chave GPG: 904FC49417B44DCD

Ver ficheiro

@ -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