| 28 | } |
| 29 | |
| 30 | export interface GetEnvVarOptions { |
| 31 | envFile?: EnvFileOptions |
| 32 | rc?: RCFileOptions |
| 33 | verbose?: boolean |
| 34 | } |
| 35 | |
| 36 | export interface EnvCmdOptions extends GetEnvVarOptions { |
| 37 | command: string |
nothing calls this directly
no outgoing calls
no test coverage detected