diff --git a/scripts/keep_codex_fast.py b/scripts/keep_codex_fast.py index 0bb3eb6..ce77afa 100644 --- a/scripts/keep_codex_fast.py +++ b/scripts/keep_codex_fast.py @@ -846,6 +846,7 @@ def parse_args(argv: list[str]) -> argparse.Namespace: action="store_true", help="With --apply, trim oversized thread title/preview metadata. Default --apply only reports candidates.", ) + parser.add_argument("--quiet", action="store_true", help="Suppress INFO output") args = parser.parse_args(argv) if args.apply and args.backup_only: parser.error("--apply and --backup-only cannot be used together")