vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
267 stars 85 forks source link

Fix validation error in SignCommand.cs #231

Closed roelvandersteen closed 4 months ago

roelvandersteen commented 6 months ago

This is a copy/paste error.

The commit fixes a validation error in the SignCommand.cs file. The code now correctly checks for the use of '--quiet' and '--verbose' options together, returning an appropriate validation result.

vcsjones commented 5 months ago

There are a lot of changes in here other than fixing the validation error, and many of which I do not understand. What are you trying to achieve in this pull request?

roelvandersteen commented 4 months ago

There are a lot of changes in here other than fixing the validation error, and many of which I do not understand.

Sorry. Somehow my own branch merged into the forked main branch. This should not have happened. I force-pushed the forked main, and now the PR contains the relevant fix. Apologies again for the confusion.