docs: [ci] generate new docs

insensitive-tab^2
TorchedSammy 2022-04-22 02:17:00 +00:00 committed by github-actions[bot]
parent 57d7527356
commit 1a4008fcfb
2 changed files with 2 additions and 2 deletions

View File

@ -59,5 +59,5 @@ will call it to execute user input instead.
timeout(cb, time) > Runs the `cb` function after `time` in milliseconds timeout(cb, time) > Runs the `cb` function after `time` in milliseconds
Returns a `timer` object (see `doc timers`). Returns a `timer` object (see `doc timers`).
which(binName) > Searches for an executable called `binName` in the directories of $PATH which(name) > Checks if `name` is a valid command

View File

@ -103,7 +103,7 @@ function hilbish.runnerMode(mode) end
--- @return table --- @return table
function hilbish.timeout(cb, time) end function hilbish.timeout(cb, time) end
--- Searches for an executable called `binName` in the directories of $PATH --- Checks if `name` is a valid command
--- @param binName string --- @param binName string
function hilbish.which(binName) end function hilbish.which(binName) end