YunoHost / package_check

Shell script which check package actions: install, remove, upgrade, backup, restore…
GNU General Public License v3.0
21 stars 25 forks source link

Add a -v/--verbose flag to print debug output #166

Open selfhoster1312 opened 2 weeks ago

selfhoster1312 commented 2 weeks ago

This one is very straightforward. In most cases having the debug log in the full_log is plenty enough. However, maybe users want to see the debug log sometimes. I added a --verbose flag that allows debug log to be printed to screen, and of course it's still written to the full_log after all.

selfhoster1312 commented 2 weeks ago

I also updated the usage section in README with a lib/update_readme.py script.