Extract out Help namespace

This commit is contained in:
Matt Nadareski
2020-12-07 13:57:26 -08:00
parent 8d593c585c
commit 6423e46b53
52 changed files with 721 additions and 685 deletions

View File

@@ -2,8 +2,8 @@
using System.IO;
using SabreTools.Data;
using SabreTools.Help;
using SabreTools.Library.DatFiles;
using SabreTools.Library.Help;
using SabreTools.Library.IO;
namespace RombaSharp.Features
@@ -18,7 +18,7 @@ namespace RombaSharp.Features
Name = Value;
Flags = new List<string>() { "miss" };
Description = "Create miss and have file";
_featureType = FeatureType.Flag;
_featureType = ParameterType.Flag;
LongDescription = "For each specified DAT file, create miss and have file";
Features = new Dictionary<string, Feature>();
}