| 34 | } |
| 35 | |
| 36 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected