Add universal changes to RombaSharp

This commit is contained in:
Matt Nadareski
2021-02-03 11:10:19 -08:00
parent b543ceb4e0
commit de481a0570
26 changed files with 167 additions and 48 deletions

View File

@@ -17,6 +17,9 @@ namespace RombaSharp.Features
LongDescription = @"For each specified DAT file it creates a fix DAT with the missing entries for that DAT. If nothing is missing it doesn't create a fix DAT for that particular DAT.";
Features = new Dictionary<string, Feature>();
// Common Features
AddCommonFeatures();
AddFeature(OutStringInput);
AddFeature(FixdatOnlyFlag); // Enabled by default
AddFeature(WorkersInt32Input);