Basically all cases should output help

This commit is contained in:
Matt Nadareski
2025-10-05 23:26:13 -04:00
parent f122bf6b6d
commit 0c3373e9f0

View File

@@ -908,7 +908,10 @@ namespace SabreTools.CommandLine
// Now verify that all other flags are valid
if (!feature.ProcessArgs(args, 1))
{
OutputFeatureHelp(topLevel.Name);
return false;
}
// If inputs are required
if (feature.RequiresInputs && !feature.VerifyInputs())