feat(commands): 添加列出所有可用命令的功能

实现一个commands命令用于列出LeonOS中所有可用的程序命令,支持--help和--verbose选项
This commit is contained in:
2025-09-02 14:07:04 +08:00
parent 5bdd099ef1
commit b6ab1374d7
2 changed files with 65 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
-- LeonOS installer
local INSTALLER_VERSION = "0.3.7 Beta 4"
local INSTALLER_VERSION = "0.3.7 Beta 5"
local DEFAULT_ROM_DIR = "/leonos"
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")