Skip to content

Commit 73e9c82

Browse files
committed
Fix override
1 parent a31640f commit 73e9c82

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Cli/dotnet/Parser.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,10 +427,7 @@ public override void Write(HelpContext context)
427427

428428
private class PrintCliSchemaAction : SynchronousCommandLineAction
429429
{
430-
public PrintCliSchemaAction()
431-
{
432-
Terminating = true;
433-
}
430+
public override bool Terminating => true;
434431

435432
public override int Invoke(ParseResult parseResult)
436433
{

0 commit comments

Comments
 (0)