mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-10 05:34:46 +01:00

Previously it could be just plain reporter name, e.g. `xml`, but it could not specify other reporter options. This change is not particularly useful for the built-in reporters, as it mostly comes in handy for combining specific custom reporter with custom arguments, and the built-in reporters do not have those.