remove recognized command line options and continue
Open
Feature Request
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
Gtest's `::testingInitGoogleTest(&argc, argv)` function parses the command line args for googletest flags and removes the recognized ones. Then it continues. This gives me a chance to process my own command line arguments in my library under test.
Can catch2 do something similar? I could hack around this by feeding catch2 a false set of args, but that seems unfortunate when this approach would work much more seamlessly.
Contributor guide
Assessment
This issue has not been assessed yet.