Files
LeonOS/data/computercraft/lua/rom/help/storage.hlp
Leonmmcoset 0ffb590516 feat(包管理): 添加创建新包的功能并更新文档
添加pkg init命令用于创建新包,包括生成package.json和主代码文件模板
新增storage命令及相关帮助文档
更新安装器版本号并改进GUI事件处理
2025-09-03 15:11:27 +08:00

23 lines
549 B
Plaintext

=== Storage Command ===
Description:
Displays storage information for the computer, including total space, used space,
free space, and storage devices.
Usage:
storage [options]
Options:
--help, -h Show this help message
--verbose, -v Show detailed storage information
Examples:
storage
Display basic storage information
storage --verbose
Display detailed storage information including all drives
Tips:
- Use the 'delete' command to free up space on your computer.
- Regularly check storage usage to prevent running out of space.