feat: add dir command at init and show dirs in dir command help

This commit is contained in:
krau
2025-02-25 16:23:24 +08:00
parent 9e776b22fb
commit 0c31d908cc
2 changed files with 18 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ func Init() {
{Command: "silent", Description: "开启/关闭静默模式"},
{Command: "storage", Description: "设置默认存储端"},
{Command: "save", Description: "保存所回复的文件"},
{Command: "dir", Description: "管理存储文件夹"},
},
})
resultChan <- struct {