feat(deps): show environment support tip in depinstall command

This commit is contained in:
duorameng
2026-07-10 09:02:05 +08:00
parent 3354f3d5ed
commit fc13b30951
+1
View File
@@ -22,6 +22,7 @@ func Run(args []string) {
}
logID := args[0]
fmt.Println(">> 提示: 依赖自动补全功能目前仅支持 Python 和 Node.js 环境,如有其他环境需求请及时反馈。")
// 初始化基础环境和数据库连接
if err := clibase.InitContext(true); err != nil {