feat: add version command to output current version number

This commit is contained in:
duorameng
2026-06-18 23:16:55 +08:00
parent 19374e7054
commit 9e35207925
4 changed files with 22 additions and 1 deletions
+4
View File
@@ -32,4 +32,8 @@ var Commands = []CommandInfo{
Name: "task",
Description: "系统级任务的列表查询、触发运行、启停控制及状态查看",
},
{
Name: "version",
Description: "查看当前系统版本号 (同 -v, -V)",
},
}