ai_xiaopei
9 days ago 495bfc3f4204c757a4474f8265ea817208d18df0
cmd/search.go
@@ -22,10 +22,10 @@
var searchCmd = &cobra.Command{
   Use:   "search [keywords...]",
   Short: "搜索知识库",
   Long: `# search - 搜索
kb search <关键词> [--top N] [--expanded <词>] [--symptom <词>] [--with-content] [--with-links] [--json] # 搜索知识库,支持关键词、扩展词、症状词`,
   Args: cobra.MinimumNArgs(1),
   RunE: runSearch,
   Long:  `# search - 搜索
kb-cli search <关键词> [--top N] [--expanded <词>] [--symptom <词>] [--with-content] [--with-links] [--json] # 搜索知识库,支持关键词、扩展词、症状词`,
   Args:  cobra.MinimumNArgs(1),
   RunE:  runSearch,
}
func init() {