Description:
Colored output can be problematic in logs or CI systems. Glassbox should support a --no-color mode.
Work to be done:
Add a CLI flag and environment variable to disable ANSI colors globally.
Implementation procedure:
- Integrate no-color handling in the logger and CLI output formatting.
- Add a
--no-color flag to relevant commands.
- Add tests for colorless output.
- Document the option.
Acceptance criteria:
- A
--no-color mode exists and disables ANSI escape sequences.
- Tests verify plain text output.
- Documentation explains the option.
Description:
Colored output can be problematic in logs or CI systems. Glassbox should support a
--no-colormode.Work to be done:
Add a CLI flag and environment variable to disable ANSI colors globally.
Implementation procedure:
--no-colorflag to relevant commands.Acceptance criteria:
--no-colormode exists and disables ANSI escape sequences.