docs: [ci] generate new docs

windows-fixes
TorchedSammy 2022-03-01 23:00:20 +00:00 committed by GitHub Actions
parent 3b6284bc7c
commit 44e2a458f5
2 changed files with 5 additions and 0 deletions

View File

@ -35,3 +35,5 @@ run(cmd) > Runs `cmd` in Hilbish's sh interpreter.
timeout(cb, time) > Runs the `cb` function after `time` in milliseconds
which(binName) > Searches for an executable called `binName` in the directories of $PATH

View File

@ -65,4 +65,7 @@ function hilbish.run(cmd) end
--- @param time number
function hilbish.timeout(cb, time) end
--- Searches for an executable called `binName` in the directories of $PATH
function hilbish.which() end
return hilbish