MCPcopy Create free account
hub / github.com/duckdb/duckdb / PrintCommandInfo

Class PrintCommandInfo

tools/shell/shell_metadata_command.cpp:950–955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950struct PrintCommandInfo {
951 string command_name;
952 string first_part;
953 string second_part;
954 HighlightElementType first_part_highlight = HighlightElementType::NONE;
955};
956
957idx_t ShellState::PrintHelp(const char *pattern) {
958 bool print_extended = false;

Callers 1

PrintHelpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected