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

Interface GetEnvVarOptions

src/types.ts:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30export interface GetEnvVarOptions {
31 envFile?: EnvFileOptions
32 rc?: RCFileOptions
33 verbose?: boolean
34}
35
36export interface EnvCmdOptions extends GetEnvVarOptions {
37 command: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected