Skip to content

Commit b80b659

Browse files
committed
docs: add category filter
1 parent 76e3f86 commit b80b659

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

packages/cli/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,12 @@ Each example is fully tested to demonstrate best practices for plugin testing as
209209

210210
#### Global Options
211211

212-
| Option | Type | Default | Description |
213-
| ------------------- | ---------- | ------- | --------------------------------------------------------------------------- |
214-
| **`--onlyPlugins`** | `string[]` | `[]` | Only run the specified plugins. Applicable to all commands except `upload`. |
215-
| **`--skipPlugins`** | `string[]` | `[]` | Skip the specified plugins. Applicable to all commands except `upload`. |
212+
| Option | Type | Default | Description |
213+
| ---------------------- | ---------- | ------- | ------------------------------------------------------------------------------ |
214+
| **`--onlyPlugins`** | `string[]` | `[]` | Only run the specified plugins. Applicable to all commands except `upload`. |
215+
| **`--skipPlugins`** | `string[]` | `[]` | Skip the specified plugins. Applicable to all commands except `upload`. |
216+
| **`--onlyCategories`** | `string[]` | `[]` | Only run the specified categories. Applicable to all commands except `upload`. |
217+
| **`--skipCategories`** | `string[]` | `[]` | Skip the specified categories. Applicable to all commands except `upload`. |
216218

217219
#### Cache Options
218220

0 commit comments

Comments
 (0)