From fc13b30951d8ff6ba4e1ec562a40f3f418231524 Mon Sep 17 00:00:00 2001 From: duorameng <2997944583@qq.com> Date: Fri, 10 Jul 2026 09:02:05 +0800 Subject: [PATCH] feat(deps): show environment support tip in depinstall command --- cmd/depinstall/depinstall.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/depinstall/depinstall.go b/cmd/depinstall/depinstall.go index 38d86b2..bce97d8 100644 --- a/cmd/depinstall/depinstall.go +++ b/cmd/depinstall/depinstall.go @@ -22,6 +22,7 @@ func Run(args []string) { } logID := args[0] + fmt.Println(">> 提示: 依赖自动补全功能目前仅支持 Python 和 Node.js 环境,如有其他环境需求请及时反馈。") // 初始化基础环境和数据库连接 if err := clibase.InitContext(true); err != nil {