From cf162a137caffa5f25f646220a636d78e8253864 Mon Sep 17 00:00:00 2001
From: ai_xiaopei <xiaopei@aisim.cn>
Date: Sun, 26 Jul 2026 12:27:36 +0800
Subject: [PATCH] feat: 添加草稿创建功能
---
cmd/search.go | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/cmd/search.go b/cmd/search.go
index 29bc07d..51d1496 100644
--- a/cmd/search.go
+++ b/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() {
--
Gitblit v1.9.1