From dd9e8277356f81e828aaf16202fecd231ebb4770 Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Tue, 22 Mar 2022 22:33:52 +0000 Subject: [PATCH] docs: [ci] generate new docs --- emmyLuaDocs/hilbish.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emmyLuaDocs/hilbish.lua b/emmyLuaDocs/hilbish.lua index f17ea5a..90a2eb5 100644 --- a/emmyLuaDocs/hilbish.lua +++ b/emmyLuaDocs/hilbish.lua @@ -74,7 +74,8 @@ function hilbish.run(cmd) end --- Accepted values for mode are hybrid (the default), hybridRev (sh first then Lua), --- sh, and lua. It also accepts a function, to which if it is passed one --- will call it to execute user input instead. -function hilbish.runnerMode() end +--- @param mode string|function +function hilbish.runnerMode(mode) end --- Runs the `cb` function after `time` in milliseconds --- @param cb function