expand_variables

Function expand_variables 

Source
fn expand_variables(env_vars: &mut HashMap<String, String>)
Expand description

Expands variable references in environment variable values.

Supports ${VAR} syntax for variable expansion.