mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Add remove hash flags and implement
This commit is contained in:
@@ -966,6 +966,21 @@ namespace SabreTools
|
||||
"Clean game names according to WoD standards",
|
||||
FeatureType.Flag,
|
||||
null));
|
||||
update.AddFeature("rem-md5", new Feature(
|
||||
new List<string>() { "-rmd5", "--rem-md5" },
|
||||
"Remove MD5 hashes from the output",
|
||||
FeatureType.Flag,
|
||||
null));
|
||||
update.AddFeature("rem-sha1", new Feature(
|
||||
new List<string>() { "-rsha1", "--rem-sha1" },
|
||||
"Remove SHA-1 hashes from the output",
|
||||
FeatureType.Flag,
|
||||
null));
|
||||
update.AddFeature("rem-sha256", new Feature(
|
||||
new List<string>() { "-rsha256", "--rem-sha256" },
|
||||
"Remove SHA-256 hashes from the output",
|
||||
FeatureType.Flag,
|
||||
null));
|
||||
update.AddFeature("desc-name", new Feature(
|
||||
new List<string>() { "-dan", "--desc-name" },
|
||||
"Use description instead of machine name",
|
||||
|
||||
Reference in New Issue
Block a user