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

@@ -9,11 +9,10 @@ namespace RombaSharp.Features
public DisplayHelpDetailed()
{
Name = Value;
Flags = ["-??", "-hd", "--help-detailed"];
Flags.AddRange(["-??", "-hd", "--help-detailed"]);
Description = "Show this detailed help";
_featureType = ParameterType.Flag;
LongDescription = "Display a detailed help text to the screen.";
Features = [];
}
public override bool ProcessArgs(string[] args, FeatureSet help)