Rename Help class to FeatureSet

This commit is contained in:
Matt Nadareski
2020-12-08 17:05:08 -08:00
parent 429fbabf72
commit 9c51831c81
8 changed files with 14 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ namespace RombaSharp.Features
Features = new Dictionary<string, Feature>();
}
public override bool ProcessArgs(string[] args, Help help)
public override bool ProcessArgs(string[] args, FeatureSet help)
{
// If we had something else after help
if (args.Length > 1)