Expand description
Output formatting and table rendering (Visual Control principle).
Provides consistent output formatting across all entrenar tools, supporting both human-readable tables and machine-parseable JSON.
Structs§
- Structured
Output - Structured output that can be rendered as table or JSON.
- Table
- A formatted table for terminal output.
- Table
Builder - Builder for creating tables.
Functions§
- format_
bytes - Format bytes as human-readable size.
- format_
duration - Format a duration in human-readable form.
- format_
number - Format a large number with commas.