Skip to content

Commit e230a92

Browse files
DCjanuscodex
andcommitted
docs(skills): remove timeout command example
Co-authored-by: OpenAI Codex <codex@openai.com>
1 parent 501c1d5 commit e230a92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

skills/coderabbit-cli/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ coderabbit review --prompt-only --base <default-branch> # 审查当前分支相
2929
coderabbit review --prompt-only --base-commit HEAD~3 # 审查 HEAD~3 之后引入的改动
3030
coderabbit review --prompt-only --base <default-branch> --config coderabbit.yaml # 基于默认分支审查,并追加仓库内 review 指令文件
3131
coderabbit review --prompt-only --cwd /abs/path/to/repo --base <default-branch> # 指定目标仓库目录,并相对默认分支审查
32-
timeout 30m coderabbit review --prompt-only --base <default-branch> # 在 shell 外层限制最长等待时间
3332
```
3433

3534
## 参考

0 commit comments

Comments
 (0)