docs(example-pkg): 将注释和用户界面文本从中文翻译为英文

将示例包的注释和用户界面文本从中文翻译为英文,以提高国际兼容性。修改包括命令补全描述、程序标题格式和用户指南文本。
This commit is contained in:
2025-09-02 08:52:28 +08:00
parent 73c87ec3b6
commit a7b1ad4cba
2 changed files with 10 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
local shell = require('shell')
local completion = require('completion')
-- 为example命令设置补全
-- Set up completion for example command
shell.setCompletionFunction('example', completion.build({
-- 这里可以添加example命令的补全逻辑
completion.choice{'--help', '-h'}