Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
25
export
interface
EnvFileOptions {
26
filePath?: string
27
fallback?: boolean
28
}
29
30
export
interface
GetEnvVarOptions {
31
envFile?: EnvFileOptions
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected