mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-03 05:31:20 -04:00
Mirrors the --list-project-meshes-detail rename from976549fe. After thec0f2ab75inventory extraction, the older per-mesh sorted-by-tris listing was shadowed by the per-zone aggregate that now lives in cli_zone_inventory.cpp. Renames the older handler to --list-zone-meshes-detail (and updates its help text + kArgRequired entry) so both views coexist: --list-zone-meshes — per-zone aggregate (extracted) --list-zone-meshes-detail — sorted-by-tris listing Removes the last duplicate-flag dead code from main.cpp.