save_stdout
Writes a byte stream to standard output.
save_stdout
Description
Writes a byte stream to standard output. This is mostly useful when using the
tenzir
executable as part of a shell script.
Examples
Write colored, compact TQL-style
from {x: "Hello World"}
write_tql compact=true, color=true
save_stdout
{x: "Hello World"}