Fix build from previous commits

This commit is contained in:
Matt Nadareski
2024-07-18 01:06:40 -04:00
parent 6c4293201d
commit f0ff6c6990
36 changed files with 49 additions and 79 deletions

View File

@@ -14,12 +14,11 @@ namespace RombaSharp.Features
public Diffdat()
{
Name = Value;
Flags = ["diffdat"];
Flags.AddRange(["diffdat"]);
Description = "Creates a DAT file with those entries that are in -new DAT.";
_featureType = ParameterType.Flag;
LongDescription = @"Creates a DAT file with those entries that are in -new DAT file and not
in -old DAT file. Ignores those entries in -old that are not in -new.";
this.Features = [];
// Common Features
AddCommonFeatures();