mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-06 10:24:46 +02:00

This means that the CLI interface now uses the new key-value oriented reporter spec, the common reporter base creates the colour implementation based on the reporter-specific configuration, and it also stores the custom configuration options for each reporter instance. Closes #339 as it allows per-reporter forcing of ansi colour codes.