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

Interface EnvCmdOptions

src/types.ts:36–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36export interface EnvCmdOptions extends GetEnvVarOptions {
37 command: string
38 commandArgs: string[]
39 options?: {
40 expandEnvs?: boolean
41 recursive?: boolean
42 noOverride?: boolean
43 silent?: boolean
44 useShell?: boolean
45 verbose?: boolean
46 }
47}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected