I'm running some unit tests built with catch2. Its output begins with:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test_suite is a Catch v2.13.6 host application.
Run with -? for options
well, I don't want to see that. Neither I nor other users/maintainers need to be reminded of the catch2 version or of the ability to run with -?
, when we ran the unit test with proper arguments and know what we're doing.
But - the -?
options don't seem to tell me how to disable this message. Can I? Or do I have to manually "bastardize" the catch2 header?