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.