pub fn interpolate_env(yaml: &str) -> Result<String, ParseError>Expand description
Interpolate ${VAR} and ${VAR:default} placeholders in YAML text.
Public so workspace_parser can reuse it.
pub fn interpolate_env(yaml: &str) -> Result<String, ParseError>Interpolate ${VAR} and ${VAR:default} placeholders in YAML text.
Public so workspace_parser can reuse it.