Skip to main content

Module output

Module output 

Source
Expand description

CLI output formatting (JSON, table).

All CLI output supports structured formats for machine consumption.

Structs§

CliResponse
Structured CLI response.
ErrorOutput
Structured error output.

Enums§

OutputFormat
Output format for CLI commands.

Traits§

TableRow
Trait for types that can be displayed as a table row.

Functions§

create_table
Helper to create a table with headers.
output
Outputs data in the specified format.
output_error
Outputs an error in the specified format.