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

Interface RCFileOptions

src/types.ts:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}>
19
20export interface RCFileOptions {
21 environments: string[]
22 filePath?: string
23}
24
25export interface EnvFileOptions {
26 filePath?: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected