| 35 | public: |
| 36 | CommandLine(int argc, const char *const argv[]); |
| 37 | CommandLine() = default; // Sometimes usefull in test code |
| 38 | // call show_help right after constructor |
| 39 | // help will be parsed so that show errors will print different text for |
| 40 | // unused options found in help (wrong context) and not found in help (typo) |
nothing calls this directly
no outgoing calls
no test coverage detected