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
Implement -v/--verbose option.
WarShield needs to have less informations by default than now and a verbose mode to display every information.
Expected behavior without verbose:
Scanning files... Done! Encrypting files... Done! Elapsed time: 16.27s Total encrypted files: 1653 Failed: 3 (read-only files)
Expected behavior with verbose:
Added file /etc/nginx/conf.d Added file /etc/nginx/fastcgi.conf Added file /etc/nginx/sites-available/default Added file /etc/nginx/sites-enabled/default Done encrypting file /etc/nginx/conf.d Done encrypting /etc/nginx/fastcgi.conf Done encrypting /etc/nginx/sites-available/default Done encrypting /etc/nginx/sites-enabled/default Finished encrypting files! Elapsed time: 0.76s Total encrypted files: 4 Failed: 0 (read-only files)
The text was updated successfully, but these errors were encountered:
Hi, I want to pick this up. Is it available? I have not worked with CLI. It’s my first attempt. Can you provide info to get me going?
Sorry, something went wrong.
@masihtamsoy I just finished verbose option but if you want you can take #2 😃
Implement #1
b0c1cfb
No branches or pull requests
Implement -v/--verbose option.
WarShield needs to have less informations by default than now and a verbose mode to display every information.
Expected behavior without verbose:
Expected behavior with verbose:
The text was updated successfully, but these errors were encountered: