mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Fix CMP parsing again, add NotNodump option for filter
This commit is contained in:
@@ -216,10 +216,18 @@ namespace SabreTools
|
||||
case "--merge":
|
||||
merge = true;
|
||||
break;
|
||||
case "-nd":
|
||||
case "--nodump":
|
||||
status = "Nodump";
|
||||
break;
|
||||
case "-nm":
|
||||
case "--noMD5":
|
||||
noMD5 = true;
|
||||
break;
|
||||
case "-nnd":
|
||||
case "--not-nodump":
|
||||
status = "NotNodump";
|
||||
break;
|
||||
case "-ns":
|
||||
case "--noSHA1":
|
||||
noSHA1 = true;
|
||||
|
||||
Reference in New Issue
Block a user