mirror of https://github.com/Hilbis/Hilbish
docs: [ci] generate new docs
parent
9d390c87cf
commit
18abb66ad4
|
@ -12,8 +12,6 @@ cwd() > Returns the current directory of the shell
|
||||||
|
|
||||||
exec(cmd) > Replaces running hilbish with `cmd`
|
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
|
goro(fn) > Puts `fn` in a goroutine
|
||||||
|
|
||||||
interval(cb, time) > Runs the `cb` function every `time` milliseconds
|
interval(cb, time) > Runs the `cb` function every `time` milliseconds
|
||||||
|
|
|
@ -21,9 +21,6 @@ function hilbish.cwd() end
|
||||||
--- Replaces running hilbish with `cmd`
|
--- Replaces running hilbish with `cmd`
|
||||||
function hilbish.exec() end
|
function hilbish.exec() end
|
||||||
|
|
||||||
--- Checks if the `f` flag has been passed to Hilbish.
|
|
||||||
function hilbish.flag() end
|
|
||||||
|
|
||||||
--- Puts `fn` in a goroutine
|
--- Puts `fn` in a goroutine
|
||||||
function hilbish.goroutine() end
|
function hilbish.goroutine() end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue