| 525 | } |
| 526 | |
| 527 | MetadataResult ToggleHighlighting(ShellState &state, const vector<string> &args) { |
| 528 | ShellHighlight::SetHighlighting(state.StringToBool(args[1])); |
| 529 | return MetadataResult::SUCCESS; |
| 530 | } |
| 531 | |
| 532 | #ifdef HAVE_LINENOISE |
| 533 | MetadataResult ToggleErrorRendering(ShellState &state, const vector<string> &args) { |
nothing calls this directly
no test coverage detected