| 291 | } |
| 292 | |
| 293 | void CommandLineParser::parse(int _argc, char const* const* _argv) |
| 294 | { |
| 295 | parseArgs(_argc, _argv); |
| 296 | processArgs(); |
| 297 | } |
| 298 | |
| 299 | void CommandLineParser::parseInputPathsAndRemappings() |
| 300 | { |
no outgoing calls
no test coverage detected