Skip to content

pipe::withInput

withInput(pipe: Pipe, input)

ParameterTypeDescription
pipePipe
input*

Sends the given text into the standard input of the pipe. Useful in combination with the exec built-in.

Returns

(Pipe)