-
Notifications
You must be signed in to change notification settings - Fork 31
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
add a quiet option (-q) #57
Comments
Yes let's wait until #53 is merged. I would not print anything on success (just grab the exitcode), and only output some error in case of failure. |
Looks like #60 solves adds quiet option |
The PR is actually in #62 and needs work, the original author seems to have abandoned it. |
Can anyone do some work about this please? It would be very useful |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
After the vladiate 0.0.20, I could get the shell exitcode for success or not.
Now I would like to add a quiet option (-q) so that when I call vladiate, it silently validates, if not it will throw an error.
Best
The text was updated successfully, but these errors were encountered: