pkgcheck
pkgcheck copied to clipboard
-q, --quiet doesn't do anything.
The option quiet is created by default in snakeoil.cli.arghparse.ArgumentParser, but unlike --verbose which is used to output more verbosely --quiet isn't used anywhere.
The behaviour which "suppress non-error messages" implies is that it would filter out all items that didn't trigger an exit status (as controlled by --exit).