//! Output formatting helpers for the Circle CLI.
use Write;
use Serialize;
/// Output format for CLI results.
/// Print a serializable result to stdout in the requested format.
///
/// Both `Json` and `Text` formats produce pretty-printed JSON; `Text` is
/// provided as a convenience alias for human-readable output.
pub