更新help命令列表

This commit is contained in:
2026-02-27 22:33:39 +08:00
parent fefb7e737a
commit b67e0e7a03
3 changed files with 14 additions and 2 deletions

View File

@@ -1 +1 @@
2026-02-27 21:34:34
2026-02-27 22:33:00

View File

@@ -1 +1 @@
c839884
fefb7e7

View File

@@ -369,6 +369,18 @@ namespace CMLeonOS.Commands
Description = "Execute Lua script"
},
new CommandInfo
{
Command = "lua2cla",
Parameters = "<lua_file>",
Description = "Convert Lua to CLA format"
},
new CommandInfo
{
Command = "cla",
Parameters = "<cla_file>",
Description = "Run CLA application"
},
new CommandInfo
{
Command = "version",
Parameters = "",