Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix validation error in SignCommand.cs #231

Merged
merged 1 commit into from
May 1, 2024

Conversation

roelvandersteen
Copy link
Contributor

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
Copy link
Owner

vcsjones commented Mar 5, 2024

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?

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.
@roelvandersteen
Copy link
Contributor Author

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.

@vcsjones vcsjones merged commit d72c5c1 into vcsjones:main May 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants