mirror of
https://github.com/catchorg/Catch2.git
synced 2026-02-12 21:02:25 -05: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.