pub fn parse_files_with_env_files_interp(
paths: &[PathBuf],
env_files: &[String],
interpolate: bool,
) -> Result<ComposeFile>Expand description
Like parse_files_with_env_files but with explicit interpolation control.
interpolate = false backs config --no-interpolate: ${VAR} placeholders
are left literal across all merged files.