load_stdin
Accepts bytes from standard input.
load_stdin
Description
Accepts bytes from standard input. This is mostly useful when using the
tenzir
executable as part of a shell script.
Examples
Pipe text into tenzir
echo "Hello World" | tenzir
load_stdin
read_lines
{
line: "Hello World",
}
See Also
save_stdout
, load_file