Skip to main content

Module render

Module render 

Source
Expand description

Structured, non-interactive terminal display.

Everything a command emits when it is reporting rather than prompting:

Re-exports§

pub use error::ErrorRenderer;
pub use error::ExitCode;
pub use error::OutputFormat;
pub use keyvalue::OutputKV;
pub use status::StatusReporter;
pub use table::OutputTable;

Modules§

error
Machine-readable output format, exit codes, and error rendering.
keyvalue
Key-value display for headers and summaries.
status
One-off status feedback lines for guided, multi-step CLI flows.
table
A formatted table for terminal output.