mirror of https://github.com/Hilbis/Hilbish
docs: [ci] generate new docs
parent
57d7527356
commit
1a4008fcfb
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue