mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 11:37:01 +00:00
更新help命令列表
This commit is contained in:
@@ -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 = "",
|
||||
|
||||
Reference in New Issue
Block a user