Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/promptfoo/promptfoo
/ cliOptions.test.ts
File
cliOptions.test.ts
test/util/cliOptions.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ InvalidArgumentError } from
'commander'
;
2
import
{ describe, expect, it } from
'vitest'
;
3
import
{ collectKeyValueOption, normalizeTagOption } from
'../../src/util/cliOptions'
;
4
Callers
nothing calls this directly
Calls
4
collectKeyValueOption
Function · 0.90
normalizeTagOption
Function · 0.90
it
Function · 0.85
call
Method · 0.80
Tested by
no test coverage detected