We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 banner to involve more people with the project
The text was updated successfully, but these errors were encountered:
#83: added banner
9303e33
#83: added tests
508e126
#83: sonar fixes
4a1d636
No way to disable without a system property? And it uses STDOUT instead of STDERR?
Edit: For those just wishing to disable it, one good way to set the property is to include a resource file:
src/main/resources/psw4j.properties global.banner=false (Removes stdout messages from Password4J)
src/main/resources/psw4j.properties
global.banner=false
(Removes stdout messages from Password4J)
Sorry, something went wrong.
No way to disable without a system property? And it uses STDOUT instead of STDERR? Edit: For those just wishing to disable it, one good way to set the property is to include a resource file: src/main/resources/psw4j.properties global.banner=false (Removes stdout messages from Password4J)
STDERR is for errors. The property is documented in the wiki.
firaja
No branches or pull requests
Add banner to involve more people with the project
The text was updated successfully, but these errors were encountered: