mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 17:43:51 +00:00
Project-wide wrapper around --validate-items. Spawns the binary per-zone (only zones that have items.json) so each zone's full error report streams through, then aggregates a final tally. Exit 1 if any zone fails. Skips zones without items.json — those have nothing to validate and shouldn't count as failures. Handles the edge case where no zones in the project have items at all (returns "nothing to validate" exit 0). Verified: 3-zone project (2 valid + 1 with quality=99) → per-zone output streamed, summary "passed: 2 failed: 1", true exit code 1 when any zone fails. Brings command count to 211. |
||
|---|---|---|
| .. | ||
| asset_extract | ||
| auth_login_probe | ||
| auth_probe | ||
| blp_convert | ||
| dbc_to_csv | ||
| editor | ||
| asset_pipeline_gui.py | ||
| backup_assets.sh | ||
| diff_classic_turtle_opcodes.py | ||
| gen_opcode_registry.py | ||
| generate_ffx_sdk_vk_permutations.sh | ||
| m2_viewer.py | ||
| opcode_map_utils.py | ||
| validate_opcode_maps.py | ||