Skip to content

Commit dbc13a9

Browse files
Merge remote-tracking branch 'upstream/main' into dev
2 parents 1368c50 + 50e3fa3 commit dbc13a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • rust/crates/rusty-claude-cli/src

rust/crates/rusty-claude-cli/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5667,10 +5667,11 @@ fn render_help_topic(topic: LocalHelpTopic) -> String {
56675667
Related /doctor · hackcode--resume latest /doctor"
56685668
.to_string(),
56695669
LocalHelpTopic::Acp => "ACP / Zed
5670-
Usage claw acp [serve]
5670+
Usage claw acp [serve] [--output-format <format>]
56715671
Aliases claw --acp · claw -acp
56725672
Purpose explain the current editor-facing ACP/Zed launch contract without starting the runtime
56735673
Status discoverability only; `serve` is a status alias and does not launch a daemon yet
5674+
Formats text (default), json
56745675
Related ROADMAP #64a (discoverability) · ROADMAP #76 (real ACP support) · claw --help"
56755676
.to_string(),
56765677
}

0 commit comments

Comments
 (0)