We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702dc05 commit ecf5b6dCopy full SHA for ecf5b6d
src/Cli/Microsoft.TemplateEngine.Cli/Help/DotnetHelpAction.cs
@@ -22,6 +22,9 @@ public HelpBuilder Builder
22
set => _builder = value ?? throw new ArgumentNullException(nameof(value));
23
}
24
25
+ /// <inheritdoc />
26
+ public override bool ClearsParseErrors => true;
27
+
28
/// <inheritdoc />
29
public override int Invoke(ParseResult parseResult)
30
{
0 commit comments