mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-12 20:15:32 +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.