docs: 更新文档,反映 CLI 交互行为变更

This commit is contained in:
2026-06-08 22:41:35 +08:00
parent c4511ca825
commit 11819a270b
2 changed files with 33 additions and 0 deletions

View File

@@ -33,6 +33,14 @@ bunx rune init opencode
rune status
```
### 帮助与版本
```bash
rune help # 显示全局帮助
rune help <command> # 显示指定命令的详细帮助
rune version # 显示版本号
```
### 自定义配置
编辑 `.rune/config.yaml` 自定义提示词和文档模板。配置文件默认为空,使用内置默认策略;仅覆盖需要自定义的阶段,未配置的阶段使用内置默认配置。