docs(review): trim command syntax note to one sentence per PR #206 review feedback

This commit is contained in:
陈家名
2026-04-13 10:18:15 +08:00
parent 1bdaff62af
commit 5e8a01a459
+1 -1
View File
@@ -163,7 +163,7 @@ That's it. The plugin is now available in your Claude Code session.
/cli-anything ./gimp
```
Use `/cli-anything` for the main build command in the current docs. Only the auxiliary commands use the `:subcommand` form, such as `/cli-anything:refine`, `/cli-anything:test`, and `/cli-anything:validate`. Some older Claude Code 2.x releases also accepted `/cli-anything:cli-anything`; this guide uses the current `/cli-anything` form so the primary examples stay consistent.
Older Claude Code 2.x releases also accepted `/cli-anything:cli-anything`; auxiliary commands still use the `:subcommand` form (e.g. `/cli-anything:refine`).
This runs the full pipeline:
1. 🔍 **Analyze** — Scans source code, maps GUI actions to APIs