Skip to content

Commit 600829d

Browse files
committed
chore: fix
1 parent f95ab97 commit 600829d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ chrome-devtools lighthouse_audit --mode snapshot
7575
By default, the CLI outputs a human-readable summary of the tool's result. For programmatic use, you can request raw JSON:
7676

7777
```sh
78-
chrome-devtools list_pages --format=json
78+
chrome-devtools list_pages --output-format=json
7979
```
8080

8181
## Troubleshooting

skills/chrome-devtools-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ chrome-devtools <tool> [arguments] [flags]
4444
- **Optional Arguments**: Passed as flags (e.g., `--filePath`, `--fullPage`).
4545
- **--help**: Each command supports `--help` for details about arguments.
4646

47-
Each command accepts `--format=json` to output in JSON format. The default format is Markdown (`md`).
47+
Each command accepts `--output-format=json` to output in JSON format. The default format is Markdown (`md`).
4848

4949
## Input Automation (<uid> from snapshot)
5050

0 commit comments

Comments
 (0)