Expand description
Output glue. The single seam through which CLI subcommands write their one line of JSON to stdout.
Functions§
- emit
- Emit a payload to stdout as one line of JSON. Wraps
shared::envelope::emitand is the single seam through which CLI subcommands produce output.