File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export GEMINI_API_KEY="user-provided-key"
4444
4545``` bash
4646npx asyncreview review --url < PR_URL> -q " question" # Review a PR
47- npx asyncreview review --url < PR_URL> --output md # Markdown output
47+ npx asyncreview review --url < PR_URL> --output markdown # Markdown output
4848```
4949
5050## Core workflow
@@ -60,7 +60,7 @@ npx asyncreview review --url <PR_URL> --output md # Markdown output
6060
6161``` bash
6262npx asyncreview review --url < url> -q " question" # Review with question
63- npx asyncreview review --url < url> -q " q" --output md # Markdown output
63+ npx asyncreview review --url < url> -q " q" --output markdown # Markdown output
6464npx asyncreview review --url < url> -q " q" -o json # JSON output
6565```
6666
@@ -110,5 +110,5 @@ The AI will:
110110| Format | Flag | Description |
111111| --------| ------| -------------|
112112| Pretty | (default) | Rich terminal output with boxes |
113- | Markdown | ` --output md ` or ` -o md ` | Markdown formatted |
113+ | Markdown | ` --output markdown ` or ` -o markdown ` | Markdown formatted |
114114| JSON | ` --output json ` or ` -o json ` | Machine-readable |
You can’t perform that action at this time.
0 commit comments