| 130 | } |
| 131 | |
| 132 | bool isExpectedOption(std::string const& argument, |
| 133 | ExpectedOptions const& expectedOptions) |
| 134 | { |
| 135 | return cm::contains(expectedOptions, argument); |
| 136 | } |
| 137 | |
| 138 | void parseArguments(std::vector<std::string> const& args, |
| 139 | ParsedArguments& parsedArguments) |
no outgoing calls
no test coverage detected
searching dependent graphs…