pub fn get_flags_section<F>( signature: &Signature, help_style: &HelpStyle, value_formatter: F, ) -> Stringwhere F: FnMut(&Value) -> String,