Expand description
CLI output formatting (JSON, table).
All CLI output supports structured formats for machine consumption.
Structs§
- CliResponse
- Structured CLI response.
- Error
Output - Structured error output.
Enums§
- Output
Format - Output format for CLI commands.
Traits§
- Table
Row - 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.