mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-13 05:03:28 +08:00
docs(zh-CN): sync Chinese docs with latest upstream changes (#341)
* docs(zh-CN): sync Chinese docs with latest upstream changes * docs(zh-CN): update link --------- Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
25
docs/zh-CN/commands/loop-status.md
Normal file
25
docs/zh-CN/commands/loop-status.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 循环状态命令
|
||||
|
||||
检查活动循环状态、进度和故障信号。
|
||||
|
||||
## 用法
|
||||
|
||||
`/loop-status [--watch]`
|
||||
|
||||
## 报告内容
|
||||
|
||||
* 活动循环模式
|
||||
* 当前阶段和最后一个成功的检查点
|
||||
* 失败的检查(如果有)
|
||||
* 预计的时间/成本偏差
|
||||
* 建议的干预措施(继续/暂停/停止)
|
||||
|
||||
## 监视模式
|
||||
|
||||
当 `--watch` 存在时,定期刷新状态并显示状态变化。
|
||||
|
||||
## 参数
|
||||
|
||||
$ARGUMENTS:
|
||||
|
||||
* `--watch` 可选
|
||||
Reference in New Issue
Block a user