docs: [ci] generate new docs

pull/128/head
TorchedSammy 2022-03-22 22:33:52 +00:00 committed by GitHub Actions
parent 3636efe7f8
commit dd9e827735
1 changed files with 2 additions and 1 deletions

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