mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-07 15:33:51 +00:00
After https://github.com/CLIUtils/CLI11/pull/329 the get_options version being used in the test was the non-const. Forced testing on non-const by using a const-ref to the app. Also added testing to ensure the list of options of both const and non-const are the same as expected.