mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
lua2cla&cla命令
This commit is contained in:
@@ -190,6 +190,12 @@ namespace CMLeonOS.shell
|
||||
case "lua":
|
||||
shell.ExecuteLuaScript(args);
|
||||
break;
|
||||
case "lua2cla":
|
||||
shell.ConvertLuaToCla(args);
|
||||
break;
|
||||
case "cla":
|
||||
shell.RunClaFile(args);
|
||||
break;
|
||||
case "testgui":
|
||||
shell.ProcessTestGui();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user