diff --git a/docs/hilbish.txt b/docs/hilbish.txt index 6de1c18..37cc288 100644 --- a/docs/hilbish.txt +++ b/docs/hilbish.txt @@ -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 diff --git a/emmyLuaDocs/hilbish.lua b/emmyLuaDocs/hilbish.lua index ab933a9..403c6fe 100644 --- a/emmyLuaDocs/hilbish.lua +++ b/emmyLuaDocs/hilbish.lua @@ -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