[SabreTools] Hook up the new "Of-As-Game" flag

This commit is contained in:
Matt Nadareski
2017-02-08 14:22:56 -08:00
parent 77be3b3d84
commit a7083476d3
3 changed files with 14 additions and 0 deletions

View File

@@ -1078,6 +1078,11 @@ namespace SabreTools
"Filter by not game name",
FeatureType.List,
null));
update.AddFeature("of-as-game", new Feature(
new List<string>() { "-ofg", "--of-as-game" },
"Allow cloneof and romof tags to match game name filters",
FeatureType.Flag,
null));
update.AddFeature("rom-name", new Feature(
new List<string>() { "-rn", "--rom-name" },
"Filter by rom name",