pub fn auto_sections(form_spec: &FormSpec) -> Vec<FlowSection>Expand description
Auto-detect sections from question IDs by grouping on the prefix
before the first underscore (e.g., redis_host → section redis).
pub fn auto_sections(form_spec: &FormSpec) -> Vec<FlowSection>Auto-detect sections from question IDs by grouping on the prefix
before the first underscore (e.g., redis_host → section redis).