From b67e0e7a036d74ba78e50cc7024d78220eb68bab Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Fri, 27 Feb 2026 22:33:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0help=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuildTime.txt | 2 +- GitCommit.txt | 2 +- shell/Commands/Help/Help.cs | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/BuildTime.txt b/BuildTime.txt index 81e58a8..621a720 100644 --- a/BuildTime.txt +++ b/BuildTime.txt @@ -1 +1 @@ -2026-02-27 21:34:34 \ No newline at end of file +2026-02-27 22:33:00 \ No newline at end of file diff --git a/GitCommit.txt b/GitCommit.txt index 53c7024..81c28ba 100644 --- a/GitCommit.txt +++ b/GitCommit.txt @@ -1 +1 @@ -c839884 \ No newline at end of file +fefb7e7 \ No newline at end of file diff --git a/shell/Commands/Help/Help.cs b/shell/Commands/Help/Help.cs index 0454515..c7c9f28 100644 --- a/shell/Commands/Help/Help.cs +++ b/shell/Commands/Help/Help.cs @@ -369,6 +369,18 @@ namespace CMLeonOS.Commands Description = "Execute Lua script" }, new CommandInfo + { + Command = "lua2cla", + Parameters = "", + Description = "Convert Lua to CLA format" + }, + new CommandInfo + { + Command = "cla", + Parameters = "", + Description = "Run CLA application" + }, + new CommandInfo { Command = "version", Parameters = "",