mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rename Help class to FeatureSet
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user