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

Function PrintHelpAndExit

tools/shell/shell_command_line_option.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81MetadataResult PrintHelpAndExit(ShellState &state, const vector<string> &args) {
82 state.PrintUsage();
83 return MetadataResult::EXIT;
84}
85
86MetadataResult LaunchUI(ShellState &state, const vector<string> &args) {
87 // run the UI command

Callers

nothing calls this directly

Calls 1

PrintUsageMethod · 0.80

Tested by

no test coverage detected