mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-10 06:48:04 -05:00
### CHANGES - Add `getSortedGroupsItems` to centralize sorting logic. - Sort groups and items alphabetically, case-insensitive. - Replace inline sorting in `Print` with new method. - Update `GetGroupAndItemByItemNumber` to use sorted data. - Ensure original `GroupsItems` remains unmodified.