| 1776 | |
| 1777 | |
| 1778 | void LocalServer::applyCmdOptions(ContextMutablePtr context) |
| 1779 | { |
| 1780 | context->setDefaultFormat(getClientConfiguration().getString("output-format", getClientConfiguration().getString("format", is_interactive ? "PrettyCompact" : "TSV"))); |
| 1781 | applyCmdSettings(context); |
| 1782 | } |
| 1783 | |
| 1784 | |
| 1785 | void LocalServer::processOptions(const OptionsDescription &, const CommandLineOptions & options, const std::vector<Arguments> &, const std::vector<Arguments> &) |
nothing calls this directly
no test coverage detected