MCPcopy
hub / github.com/toddbluhm/env-cmd / EnvFileOptions

Interface EnvFileOptions

src/types.ts:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export interface EnvFileOptions {
26 filePath?: string
27 fallback?: boolean
28}
29
30export interface GetEnvVarOptions {
31 envFile?: EnvFileOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected