From 084f4f3bf85cc3e9d042c06fdebe661d03ea3db5 Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Fri, 16 Aug 2024 19:26:23 +0000 Subject: [PATCH] deploy: a7ba2fdf1a6f79d81e48c219cd4efce022bdfde2 --- docs/features/runner-mode/index.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/features/runner-mode/index.html b/docs/features/runner-mode/index.html index 1a13ea2..4aa9b3c 100644 --- a/docs/features/runner-mode/index.html +++ b/docs/features/runner-mode/index.html @@ -15,12 +15,7 @@ first then going to shell script. If you want the reverse order, you can set it to hybridRev and for isolated modes there is sh and lua respectively.

You can also set it to a function, which will be called everytime Hilbish needs to run interactive input. For more detail, see the API documentation

The hilbish.runner interface is an alternative to using hilbish.runnerMode -and also provides the shell script and Lua runner functions that Hilbish itself uses.

A runner function is expected to return a table with the following values:

Functions +and also provides the shell script and Lua runner functions that Hilbish itself uses.

Functions

These are the “low level” functions for the hilbish.runner interface.

These functions should be preferred over the previous ones.