Would it be possible to add a configuration attribute for the `--find-unused-psalm-suppress` command line parameter? ```xml <psalm findUnusedPsalmSuppress="[bool]" /> ``` That would be analogous to `findUnusedCode="[bool]"` for `--find-unused-code`.