From 3c06f406abdf9b776ed08cc43ca13adf49e41dbb Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Thu, 15 Dec 2022 02:35:17 +0000 Subject: [PATCH] docs: [ci] generate new docs --- docs/api/hilbish/hilbish.runner.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/docs/api/hilbish/hilbish.runner.md b/docs/api/hilbish/hilbish.runner.md index ec8a652..68ffdc6 100644 --- a/docs/api/hilbish/hilbish.runner.md +++ b/docs/api/hilbish/hilbish.runner.md @@ -29,20 +29,3 @@ or `load`, but is appropriated for the runner interface. Runs a command in Hilbish's shell script interpreter. This is the equivalent of using `source`. -## setCurrent(name) -Sets the current interactive/command line runner mode. - -## add(name, runner) -Adds a runner to the table of available runners. If runner is a table, -it must have the run function in it. - -## get(name) -Get a runner by name. - -## set(name, runner) -Sets a runner by name. The runner table must have the run function in it. - -## exec(cmd, runnerName) -Executes cmd with a runner. If runnerName isn't passed, it uses -the user's current runner. -