aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cli.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli.py b/cli.py
index ac68a9a..1d1be95 100644
--- a/cli.py
+++ b/cli.py
@@ -12,10 +12,6 @@ def main():
description="Obfuscate sensitive data stored locally or in an AWS environment",
)
- parser.add_argument(
- "-v", "--verbose", action="store_true", help="Enable verbose logging"
- )
-
loc = parser.add_mutually_exclusive_group(required=True)
loc.add_argument("-l", "--local", help="Local path to file")
loc.add_argument("-s", "--s3", help="URI path to file stored in S3")
git.ajschof.me — hosted by ajschofield — powered by cgit