We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d03bc0 commit 9da4e8aCopy full SHA for 9da4e8a
packages/create-cli/README.md
@@ -69,7 +69,7 @@ Each plugin exposes its own configuration keys that can be passed as CLI argumen
69
70
| Option | Type | Default | Description |
71
| ----------------------------- | ---------------------------------------------------------------- | ----------------------- | ------------------------------- |
72
-| **`--lighthouse.urls`** | `string` | `http://localhost:4200` | Target URL(s) (comma-separated) |
+| **`--lighthouse.urls`** | `string \| string[]` | `http://localhost:4200` | Target URL(s) (comma-separated) |
73
| **`--lighthouse.categories`** | `('performance'` \| `'a11y'` \| `'best-practices'` \| `'seo')[]` | all | Lighthouse categories |
74
75
### Examples
0 commit comments