Expand description
Output formatting utilities.
Provides text formatting via the OutputFormatter trait.
JSON/jq/jsonl/schema output is handled by server-less at the CLI macro level.
Modules§
- diagnostics
- Unified diagnostic types for all issue-reporting commands.
Structs§
- Pretty
Config - Configuration for pretty output mode.
Enums§
- Color
Mode - Color output mode.
Traits§
- Output
Formatter - Trait for types that can format output in multiple formats.
Functions§
- progress_
bar - Render a plain (uncolored) progress bar using block characters.
- progress_
bar_ bad - Render a colored progress bar where high ratio = bad (red) and low = good (green).
- progress_
bar_ good - Render a colored progress bar where high ratio = good (green) and low = bad (red).