We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1368c50 + 50e3fa3 commit dbc13a9Copy full SHA for dbc13a9
1 file changed
rust/crates/rusty-claude-cli/src/main.rs
@@ -5667,10 +5667,11 @@ fn render_help_topic(topic: LocalHelpTopic) -> String {
5667
Related /doctor · hackcode--resume latest /doctor"
5668
.to_string(),
5669
LocalHelpTopic::Acp => "ACP / Zed
5670
- Usage claw acp [serve]
+ Usage claw acp [serve] [--output-format <format>]
5671
Aliases claw --acp · claw -acp
5672
Purpose explain the current editor-facing ACP/Zed launch contract without starting the runtime
5673
Status discoverability only; `serve` is a status alias and does not launch a daemon yet
5674
+ Formats text (default), json
5675
Related ROADMAP #64a (discoverability) · ROADMAP #76 (real ACP support) · claw --help"
5676
5677
}
0 commit comments