| 800 | } // namespace fdb_cli |
| 801 | |
| 802 | void onOffGenerator(const char* text, const char* line, std::vector<std::string>& lc) { |
| 803 | const char* opts[] = { "on", "off", nullptr }; |
| 804 | arrayGenerator(text, line, opts, lc); |
| 805 | } |
| 806 | |
| 807 | void fdbcliCompCmd(std::string const& text, std::vector<std::string>& lc) { |
| 808 | bool err, partial; |
no test coverage detected