microsoft / codecoverage

MIT License
84 stars 11 forks source link

Add --nologo option #126

Closed tomap closed 2 months ago

tomap commented 4 months ago

Hello,

Would it be possible to have a nologo argument to the command line ?

Just like for dotnet test https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-test

That would remove this from output:

Microsoft (R) Code Coverage Command Line Tool (x64)
Copyright (c) Microsoft Corporation. All rights reserved.

Thank you

fhnaseer commented 4 months ago

There is option to disable all console output using --disable-console-output. However, right now there is no option to disable banner from the output.

fhnaseer commented 2 months ago

--nologo option has been added and will be available in the next release of dotnet-coverage.