| 766 | } |
| 767 | |
| 768 | void cmdGenerator(const char* text, std::vector<std::string>& lc) { |
| 769 | compGenerator(text, false, lc); |
| 770 | } |
| 771 | |
| 772 | void helpGenerator(const char* text, std::vector<std::string>& lc) { |
| 773 | compGenerator(text, true, lc); |
no test coverage detected