ai_xiaopei
10 days ago 3f880f9ea4d68e6646aab2da4be26cf9acb9724b
cmd/search.go
@@ -23,7 +23,7 @@
   Use:   "search [keywords...]",
   Short: "搜索知识库",
   Long: `# search - 搜索
kb search <关键词> [--top N] [--expanded <词>] [--symptom <词>] [--with-content] [--with-links] [--json] # 搜索知识库,支持关键词、扩展词、症状词`,
kb-cli search <关键词> [--top N] [--expanded <词>] [--symptom <词>] [--with-content] [--with-links] [--json] # 搜索知识库,支持关键词、扩展词、症状词`,
   Args: cobra.MinimumNArgs(1),
   RunE: runSearch,
}