microsoft / codecoverage

MIT License
78 stars 12 forks source link

Add --nologo option #126

Open tomap opened 1 month ago

tomap commented 1 month 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 1 month 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.