From ec83e5897ad5746c20b8b52294bfdb50fcefed1e Mon Sep 17 00:00:00 2001 From: Dane Parin Date: Tue, 21 Jul 2026 23:14:24 +0700 Subject: [PATCH] some testing --- src/env_auditor/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/env_auditor/cli.py b/src/env_auditor/cli.py index 75b4277..263148c 100644 --- a/src/env_auditor/cli.py +++ b/src/env_auditor/cli.py @@ -40,7 +40,7 @@ def _build_parser() -> argparse.ArgumentParser: help="Root directory to scan. Defaults to current directory.", ) parser.add_argument( - "--env", + "--env", chess review bot metavar="FILE", action="append", dest="env_files",