Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/keep_codex_fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down