mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-18 05:52:54 -04:00
When users specified design or locale overlay file paths in their YAML via settings.render_command.design or settings.render_command.locale, these were parsed but never actually loaded as overlays. Only CLI flags (--design, --locale) triggered overlay loading. Now cli_command_render resolves these paths from the YAML (via the existing collect_input_file_paths helper) before building arguments, so overlay files referenced in settings are loaded the same way as CLI-provided ones.