//! Output glue. The single seam through which CLI subcommands write their
//! one line of JSON to stdout.
use Serialize;
use Write;
use crateError;
/// Emit a payload to stdout as one line of JSON. Wraps
/// `shared::envelope::emit` and is the single seam through which CLI
/// subcommands produce output.