gutenbit.display
display
Human-readable CLI rendering for gutenbit.
CliDisplay(stdout: TextIO = (lambda: sys.stdout)(), stderr: TextIO = (lambda: sys.stderr)(), interactive: bool | None = None, color: bool | None = None, width: int | None = None)
dataclass
Render human-readable CLI output with TTY-aware styling.