diff --git a/versions/snail/docs/api/hilbish/index.html b/versions/snail/docs/api/hilbish/index.html index 68bd647..8feebef 100644 --- a/versions/snail/docs/api/hilbish/index.html +++ b/versions/snail/docs/api/hilbish/index.html @@ -109,7 +109,17 @@ interfaces and functions which directly relate to shell functionality.
Executed the cb
function after a period of time
.
This creates a Timer that starts ticking immediately.
function
cb
number
time
Time to run in milliseconds.
Checks if name
is a valid command.
Will return the path of the binary, or a basename if it’s a commander.
string
name
A sink is a structure that has input and/or output to/from a desination.
Sets/toggles the option of automatically flushing output. +A call with no argument will toggle the value.
Flush writes all buffered input to the sink.
Reads a liine of input from the sink.
Reads all input from the sink.
Writes data to a sink.
Writes data to a sink with a newline at the end.