diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-21 03:45:49 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-21 03:45:49 +0000 |
| commit | 39a6f4d74c77aef58cccbe53c7ea9fb015507bc3 (patch) | |
| tree | 0762c0db59a8ec3d35b7468fc018ee34aa9650c1 | |
| parent | 83090da692960099562d69e7c9e6aa627c28265d (diff) | |
| download | gdpr-obfuscator-39a6f4d74c77aef58cccbe53c7ea9fb015507bc3.tar.gz gdpr-obfuscator-39a6f4d74c77aef58cccbe53c7ea9fb015507bc3.zip | |
add untested disclaimer for cli.py
| -rw-r--r-- | cli.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ import argparse from gdpr_obfuscator import Obfuscator +# This is a simple CLI for demonstration and doesn't undergo the same level +# of testing as the core library. + def main(): |
