mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
feat: 添加ver命令并更新LeonOS版本至0.1.8
- 新增ver命令用于显示LeonOS版本信息 - 更新installer.lua和bios.lua中的版本号至0.1.8 - 为ver命令添加shell别名和补全功能
This commit is contained in:
@@ -67,7 +67,8 @@ local aliases = {
|
||||
rs = "redstone",
|
||||
sh = "shell",
|
||||
ps = "threads",
|
||||
restart = "reboot"
|
||||
restart = "reboot",
|
||||
version = "ver"
|
||||
}
|
||||
|
||||
for k, v in pairs(aliases) do
|
||||
|
||||
Reference in New Issue
Block a user