Skip to content

Commit 564a23b

Browse files
author
Simon Zhao (BEYONDSOFT CONSULTING INC)
committed
Added ClearsParseErrors set to true.
1 parent 4fc7f3b commit 564a23b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Cli/Microsoft.TemplateEngine.Cli/Help/DotnetHelpAction.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ public HelpBuilder Builder
2222
set => _builder = value ?? throw new ArgumentNullException(nameof(value));
2323
}
2424

25+
/// <inheritdoc />
26+
public override bool ClearsParseErrors => true;
27+
2528
/// <inheritdoc />
2629
public override int Invoke(ParseResult parseResult)
2730
{

0 commit comments

Comments
 (0)