Skip to content

Commit 0c3373e

Browse files
committed
Basically all cases should output help
1 parent f122bf6 commit 0c3373e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

SabreTools.CommandLine/CommandSet.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,10 @@ public bool ProcessArgs(string[] args)
908908

909909
// Now verify that all other flags are valid
910910
if (!feature.ProcessArgs(args, 1))
911+
{
912+
OutputFeatureHelp(topLevel.Name);
911913
return false;
914+
}
912915

913916
// If inputs are required
914917
if (feature.RequiresInputs && !feature.VerifyInputs())

0 commit comments

Comments
 (0)