load_stdin
Accepts bytes from standard input.
load_stdin
Description
Section titled “Description”Accepts bytes from standard input. This is mostly useful when using the
tenzir
executable as part of a shell script.
Examples
Section titled “Examples”Pipe text into tenzir
Section titled “Pipe text into tenzir”echo "Hello World" | tenzir
load_stdinread_lines
{ line: "Hello World",}