We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cf655 commit a53ec60Copy full SHA for a53ec60
docs/data.json
@@ -34,7 +34,7 @@
34
{
35
"name": "review-changes",
36
"description": "Automated code review analysis for git changes",
37
- "synopsis": "/git:review-changes [--staged|--pr-ready|--commits N]",
+ "synopsis": "/git:review-changes # Review current working directory changes",
38
"argument_hint": "[--staged|--pr-ready|--commits N]"
39
},
40
plugins/git/commands/review-changes.md
@@ -7,7 +7,7 @@ argument-hint: [--staged|--pr-ready|--commits N]
7
git:review-changes
8
9
## Synopsis
10
-```bash
+```
11
/git:review-changes # Review current working directory changes
12
/git:review-changes --staged # Review staged changes only
13
/git:review-changes --pr-ready # Generate PR-ready review summary
0 commit comments