docs: [ci] generate new docs

windows-fixes
TorchedSammy 2022-02-26 15:32:36 +00:00 committed by GitHub Actions
parent 9d390c87cf
commit 18abb66ad4
2 changed files with 0 additions and 5 deletions

View File

@ -12,8 +12,6 @@ cwd() > Returns the current directory of the shell
exec(cmd) > Replaces running hilbish with `cmd`
flag(f) > Checks if the `f` flag has been passed to Hilbish.
goro(fn) > Puts `fn` in a goroutine
interval(cb, time) > Runs the `cb` function every `time` milliseconds

View File

@ -21,9 +21,6 @@ function hilbish.cwd() end
--- Replaces running hilbish with `cmd`
function hilbish.exec() end
--- Checks if the `f` flag has been passed to Hilbish.
function hilbish.flag() end
--- Puts `fn` in a goroutine
function hilbish.goroutine() end