package main import ( "github.com/ClickHouse/ClickHouse/programs/diagnostics/cmd" ) func main() { cmd.Execute() }