| 118 | } |
| 119 | |
| 120 | ExpectedOptions getExpectedOptions() |
| 121 | { |
| 122 | ExpectedOptions options; |
| 123 | |
| 124 | options.push_back(kTreeOptionName); |
| 125 | options.push_back(kPrefixOptionName); |
| 126 | options.push_back(kFilesOptionName); |
| 127 | options.push_back(kRegexOptionName); |
| 128 | |
| 129 | return options; |
| 130 | } |
| 131 | |
| 132 | bool isExpectedOption(std::string const& argument, |
| 133 | ExpectedOptions const& expectedOptions) |
no test coverage detected
searching dependent graphs…