ai_xiaopei
9 days ago c47c84e6f945b07bf1775e30a4fb3c9ad13c359e
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,
}