Skip to main content

Module output

Module output 

Source
Expand description

Output formatting for CLI results.

Supports table (via comfy-table), JSON, and CSV output formats. All formatters operate on types implementing Formattable.

Enums§

OutputFormat
Output format selection.

Traits§

Formattable
Trait for types that can be rendered in table or CSV format.

Functions§

format_output
Format a list of items in the specified output format.