Compare commits

...

2 Commits

Author SHA1 Message Date
Zayden-Jung 3912eed832 script for installing the cli 2026-05-16 03:27:02 +08:00
Zayden-Jung e8ab979fd1 delete ===== PROJECT TREE ===== 2026-05-16 03:26:27 +08:00
3 changed files with 9 additions and 1 deletions
+7
View File
@@ -5,6 +5,13 @@ prompts:
preset: "下面的代码来自文件 {{path}}\n---\n{{content}}"
preset:
all:
- "cmd/*"
- "internal/tree/*"
- "internal/utils/*"
- "internal/config/*"
- "main.go"
internal:
- "internal/tree/*"
- "internal/utils/glob.go"
+1 -1
View File
@@ -36,7 +36,7 @@ var runCmd = &cobra.Command{
var builder strings.Builder
builder.WriteString("===== PROJECT TREE =====\n")
// builder.WriteString("===== PROJECT TREE =====\n")
builder.WriteString(treeStr)
builder.WriteString("\n\n")
+1
View File
@@ -0,0 +1 @@
go install .