| 770 | } |
| 771 | |
| 772 | void helpGenerator(const char* text, std::vector<std::string>& lc) { |
| 773 | compGenerator(text, true, lc); |
| 774 | } |
| 775 | |
| 776 | void optionGenerator(const char* text, const char* line, std::vector<std::string>& lc) { |
| 777 | int len = strlen(text); |
no test coverage detected