mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 06:47:00 +00:00
feat(文件列表): 增强list命令功能并更新文档
- 为list命令添加详细模式(-l参数),显示文件大小和类型信息 - 改进文件列表显示格式,添加标题、分隔线和统计信息 - 根据文件类型和扩展名显示不同颜色 - 更新README.md中的安装说明 - 将bios.lua中的reboot重命名为restart以保持一致性
This commit is contained in:
@@ -27,7 +27,7 @@ end
|
||||
local expect = function(_, _, _, _) end
|
||||
|
||||
local shutdown = pull(os, "shutdown")
|
||||
local reboot = pull(os, "reboot")
|
||||
local reboot = pull(os, "restart")
|
||||
|
||||
-- `os` extras go in here now.
|
||||
local rc = {
|
||||
|
||||
Reference in New Issue
Block a user