From 3926e85cf727b8dc0c810e846cc70c6a85dda225 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Sat, 4 Oct 2025 20:37:19 -0400 Subject: [PATCH] chore: remove deprecated --no-txt --- sherlock_project/sherlock.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sherlock_project/sherlock.py b/sherlock_project/sherlock.py index 07b19af7..940b4458 100644 --- a/sherlock_project/sherlock.py +++ b/sherlock_project/sherlock.py @@ -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",