From 18abb66ad4c3779557463e4dc68adb715197fc92 Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Sat, 26 Feb 2022 15:32:36 +0000 Subject: [PATCH] docs: [ci] generate new docs --- docs/hilbish.txt | 2 -- emmyLuaDocs/hilbish.lua | 3 --- 2 files changed, 5 deletions(-) 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