-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
As far as I understood, one-shot cli diffing was removed in v3.0.
For Twilight Princess, when trying to adapt the existing decomp to match the debug version, there are a lot of the same changes all the time.
It would be way way way more efficient to be able to diff objects automatically, search for common wrongdoings (missing cast, != instad of ==, wrong method used, etc.) using jq and grep and to be able to fix these all at once via a regex search & replace.
But there is no way to get the objdiff output on the cli at the moment? I would be great to reintroduce some sort of json output for a unit, e.g.: objdiff-cli diff -u d_a_cow/d/actor/d_a_cow -o -.
Thanks ❤️
Metadata
Metadata
Assignees
Labels
No labels