//! Output rendering: color decisions, paging, table layout, and the human
//! renderers. Submodules are added as the command surface grows; the
//! stdout/stderr discipline itself lives on [`crate::cx::Cx`].
pubmodcolor;pubmodjson;pubmodpager;pubmodrender;pubmodtable;