mirror of https://github.com/Hilbis/Hilbish
docs: [ci] generate new docs
parent
3636efe7f8
commit
dd9e827735
|
@ -74,7 +74,8 @@ function hilbish.run(cmd) end
|
||||||
--- Accepted values for mode are hybrid (the default), hybridRev (sh first then Lua),
|
--- 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
|
--- sh, and lua. It also accepts a function, to which if it is passed one
|
||||||
--- will call it to execute user input instead.
|
--- 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
|
--- Runs the `cb` function after `time` in milliseconds
|
||||||
--- @param cb function
|
--- @param cb function
|
||||||
|
|
Loading…
Reference in New Issue