Expand description
§Display Module
Provides improved CLI output formatting with matrix/dashboard views for better readability and easier parsing by both humans and LLMs.
Structs§
- BoxDrawer
- Box drawer that pre-calculates optimal dimensions
Enums§
- Display
Mode - Display mode for analysis output
Functions§
- display_
analysis - Main display function that routes to appropriate formatter
- display_
analysis_ to_ string - Main display function that returns a string instead of printing
- display_
analysis_ with_ return - Combined function that both prints and returns a string
- display_
detailed_ view - Display in detailed vertical format (legacy)
- display_
detailed_ view_ to_ string - Display detailed view - returns string
- display_
json_ view - Display JSON output
- display_
json_ view_ to_ string - Display JSON output - returns string
- display_
matrix_ view - Display analysis in a compact matrix/dashboard format
- display_
matrix_ view_ to_ string - Display analysis in a compact matrix/dashboard format - returns string
- display_
summary_ view - Display summary view only
- display_
summary_ view_ to_ string - Display summary view - returns string