Skip to content

Commit 414ea3e

Browse files
committed
feat: add --filter-model option to test command for filtering scripts by model
1 parent d9a6ef8 commit 414ea3e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/src/content/docs/reference/cli/commands.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ Options:
207207
-g, --groups <groups...> groups to include or exclude. Use :! prefix to
208208
exclude
209209
--test-timeout <number> test timeout in seconds
210+
--filter-model <string> filter scripts by model specified in script()
211+
function
210212
-h, --help display help for command
211213
```
212214

@@ -221,6 +223,8 @@ Options:
221223
--redteam list red team tests
222224
-g, --groups <groups...> groups to include or exclude. Use :! prefix to
223225
exclude
226+
--filter-model <string> filter scripts by model specified in script()
227+
function
224228
-h, --help display help for command
225229
```
226230

0 commit comments

Comments
 (0)