| 737 | } |
| 738 | |
| 739 | std::string newCompletion(const char* base, const char* name) { |
| 740 | return format("%s%s ", base, name); |
| 741 | } |
| 742 | |
| 743 | void compGenerator(const char* text, bool help, std::vector<std::string>& lc) { |
| 744 | std::map<std::string, CommandHelp>::const_iterator iter; |
no test coverage detected