--exclude 'FILTER~"LowQual"'
http://samtools.github.io/bcftools/bcftools.html
starting with 1.11, the FILTER column can be queried as follows:
FILTER="A" .. exact match, for example "A;B" does not pass
FILTER!="A" .. exact match, for example "A;B" does pass