| 113 | } |
| 114 | |
| 115 | void killGenerator(const char* text, |
| 116 | const char* line, |
| 117 | std::vector<std::string>& lc, |
| 118 | std::vector<StringRef> const& tokens) { |
| 119 | const char* opts[] = { "all", "list", nullptr }; |
| 120 | arrayGenerator(text, line, opts, lc); |
| 121 | } |
| 122 | |
| 123 | CommandFactory killFactory( |
| 124 | "kill", |
nothing calls this directly
no test coverage detected