Skip to content

Add new CLI color module

Jamie A. Jennings requested to merge Veratil:new_core_color into tranche-2

Created by: Veratil

cli_color is a new module for coloring output using an environment variable, ROSIE_COLORS, in the same format as LS_COLORS. identifer=colorcode:[identifier=colorcode:...]

cli_colors.default_colors is the fallback string in the case that ROSIE_COLORS is not present in the environment.

Merge request reports