v1.6.0
-
Added a new subcommand-based command-line syntax to the
rsrcforktool, similar to other CLI tools such asgitordiskutil.- This subcommand-based syntax is meant to replace the old CLI options, as the subcommand structure is easier to understand and more extensible in the future.
- Currently there are three subcommands:
listto list resources in a file,readto read/display resource data, andread-headerto read a resource file's header data. These subcommands can be used to perform all operations that were also available with the old CLI syntax. - The old CLI syntax is still supported for now, but it will be removed soon.
- The new syntax no longer supports reading CLI arguments from a file (using
@args_file.txt), abbreviating long options (e. g.--no-dinstead of--no-decompress), or the short option-finstead of--fork. If you have a need for any of these features, please open an issue.