Skip to content

Commit 65cc85f

Browse files
committed
fix: update --output flag value from md to markdown in skill documentation.
1 parent 5fa5816 commit 65cc85f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

skills/asyncreview/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export GEMINI_API_KEY="user-provided-key"
4444

4545
```bash
4646
npx 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
6262
npx 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
6464
npx 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 |

0 commit comments

Comments
 (0)