pub fn apply_region_flags(
command: &mut Commands,
regions: HashMap<String, String>,
)Expand description
Inject argv-prescanned dynamic --<region> seed flags into a parsed
run command. A no-op for every other subcommand. Kept here (a tested lib
seam) so the bin entrypoint’s post-parse wiring stays branch-free.