File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments