COMMAND_ENV

Static COMMAND_ENV 

Source
pub static COMMAND_ENV: OnceLock<HashMap<String, String>>
Expand description

Global environment variables to be applied to external process commands.

Set by Program::new() from ProgramConfig.environment and read by exec_process when spawning commands. If unset, no variables are injected.