pull/2111/head
Paul Pfeister 7 months ago
parent 606743b99d
commit 4b7fd8b59d
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -8,7 +8,8 @@ source = "init"
[tool.poetry]
name = "sherlock-project"
version = "0" # single source of truth is __version__.py
# single source of truth for version is __init__.py
version = "0"
description = "Hunt down social media accounts by username across social networks"
license = "MIT"
authors = [

@ -534,7 +534,7 @@ def main():
"-o",
dest="output",
help="If using single username, the output of the result will be saved to this file.",
),
)
parser.add_argument(
"--csv",
action="store_true",

Loading…
Cancel
Save