Add --bugreport argument to __main__.py to omit supported formats

This commit is contained in:
Nulano 2024-02-20 20:36:36 +01:00
parent 380bc1766b
commit 5b20811cab

View File

@ -1,5 +1,7 @@
from __future__ import annotations
import sys
from .features import pilinfo
pilinfo()
pilinfo(supported_formats="--bugreport" not in sys.argv)