Remove --no-txt

It was removed a long time ago but the argumenet still exists.
This commit is contained in:
Siddharth Dushantha
2026-04-12 17:32:35 +02:00
parent ed883ad7c8
commit dcb935337c
-10
View File
@@ -675,16 +675,6 @@ def main():
help="Include checking of NSFW sites from default list.",
)
# TODO deprecated in favor of --txt, retained for workflow compatibility, to be removed
# in future release
parser.add_argument(
"--no-txt",
action="store_true",
dest="no_txt",
default=False,
help="Disable creation of a txt file - WILL BE DEPRECATED",
)
parser.add_argument(
"--txt",
action="store_true",