mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix build from previous commits
This commit is contained in:
@@ -9,11 +9,10 @@ namespace RombaSharp.Features
|
||||
public DisplayHelp()
|
||||
{
|
||||
Name = Value;
|
||||
Flags = ["-?", "-h", "--help"];
|
||||
Flags.AddRange(["-?", "-h", "--help"]);
|
||||
Description = "Show this help";
|
||||
_featureType = ParameterType.Flag;
|
||||
LongDescription = "Built-in to most of the programs is a basic help text.";
|
||||
Features = [];
|
||||
}
|
||||
|
||||
public override bool ProcessArgs(string[] args, FeatureSet help)
|
||||
|
||||
Reference in New Issue
Block a user