Table of Contents

CustomHelpAction.ClearsParseErrors Property

Definition

Namespace
DotMake.CommandLine.Help
Assembly
DotMake.CommandLine.dll

Indicates that the action clears any parse errors associated with symbols other than one that owns the CommandLineAction.

public override bool ClearsParseErrors { get; }

Property Value

bool

Remarks

This property is ignored when Terminating is set to false.