1//! Output rendering: color decisions, paging, table layout, and the human
2//! renderers. Submodules are added as the command surface grows; the
3//! stdout/stderr discipline itself lives on [`crate::cx::Cx`].
45pub mod color;
6pub mod json;
7pub mod pager;
8pub mod render;
9pub mod table;