feat(deps): implement dependency auto-completion and interactive installation CLI (#147)

This commit is contained in:
duorameng
2026-07-10 08:45:26 +08:00
parent f0967abc6f
commit 3354f3d5ed
11 changed files with 442 additions and 7 deletions
+4
View File
@@ -32,6 +32,10 @@ var Commands = []CommandInfo{
Name: "task",
Description: "系统级任务的列表查询、触发运行、启停控制及状态查看",
},
{
Name: "depinstall",
Description: "一键补全指定任务执行日志中的缺失依赖包",
},
{
Name: "version",
Description: "查看当前系统版本号 (同 -v, -V)",