diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-26 19:43:16 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-26 19:43:16 +0000 |
| commit | 50e6dd17c6f97026d0a830ca5f6c011aea7cc1db (patch) | |
| tree | 37a6fd9fcbdd76761054a04acbaab3c459b2a1ae | |
| parent | 885c7d9937ca349dbdd1bc6e3a8baebd125644b2 (diff) | |
| download | gdpr-obfuscator-50e6dd17c6f97026d0a830ca5f6c011aea7cc1db.tar.gz gdpr-obfuscator-50e6dd17c6f97026d0a830ca5f6c011aea7cc1db.zip | |
remove unused --verbose flag from cli.py
| -rw-r--r-- | cli.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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") |
