Expand description
Terminal output utilities with color support.
This module provides colored terminal output that respects:
NO_COLORenvironment variable (https://no-color.org/)- TTY detection (colors disabled when not a terminal)
--jsonmode (colors disabled for machine-readable output)
Structs§
- Json
Response - Standard JSON response structure for all commands.
- Output
- Terminal output helper with color support.
Functions§
- is_
json_ mode - Check if JSON mode is enabled.
- set_
json_ mode - Set JSON mode for the current process.