mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Request] MPF.check to require -u / -use flag to identify the dumping program so it will process correctly #587
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sadikyo on GitHub (Aug 14, 2023).
Originally assigned to: @mnadareski on GitHub.
Describe the solution you'd like
It might be good if MPF.check requires the -u / -use flag, so that users are forced to identify the dumping software used, to better ensure check works. Previously, the default was DIC, but with redumper becoming more common, it could be any number of programs used.
Describe alternatives you've considered
Another option would be to somehow detect which program was used (based on the log files perhaps?) but I'd imagine that is not an ideal way of handling this process.