2
3
镜像自地址 https://github.com/sammy-ette/Hilbish 已同步 2025-08-10 02:52:03 +00:00

chore: merge

这个提交包含在:
sammyette 2022-12-14 22:44:29 -04:00
当前提交 a7767d9853
签署人:: sammyette
GPG 密钥 ID: 904FC49417B44DCD

查看文件

@ -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.