Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions sherlock_project/sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down