chore: remove deprecated --no-txt

This commit is contained in:
Paul Pfeister 2025-10-04 20:37:19 -04:00
parent 4246a7b16f
commit 3926e85cf7
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994
1 changed files with 0 additions and 10 deletions

View File

@ -723,16 +723,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",