$ pkgcheck --version pkgcheck 0.10.29 $ pkgcheck scan --keywords PythonCompatUpdate # works as intended $ pkgcheck scan --quiet --keywords PythonCompatUpdate pkgcheck scan: error: no matching checks available for repo scope Reproducible: Always
I believe it's a regression because at 2024-02-08 I didn't get this error.
Ohhh I understand now: it works as intended. New behavior of "--quiet" flag (quite breaking) is to suppress all non-error keywords, and PythonCompatUpdate is not error!