mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-22 04:25:40 +02:00

A non-const reference to the CommandLine object returned from cli() allows a custom main implementation to add additional options to the command line, which cannot be done with a const reference.