mirror of
https://github.com/openai/codex.git
synced 2026-05-23 20:44:50 +00:00
PR feedback
This commit is contained in:
@@ -157,6 +157,16 @@ def parse_args() -> argparse.Namespace:
|
||||
"built-in default workflow."
|
||||
),
|
||||
)
|
||||
parser.add_argument(
|
||||
"--allow-legacy-codex-package",
|
||||
action="store_true",
|
||||
# This legacy installer already consumes per-binary artifacts; keep the
|
||||
# flag so newer staging workflows can call older PR branches.
|
||||
help=(
|
||||
"Accepted as a no-op compatibility flag for staging workflows that "
|
||||
"may synthesize codex-package layouts from legacy per-binary artifacts."
|
||||
),
|
||||
)
|
||||
parser.add_argument(
|
||||
"root",
|
||||
nargs="?",
|
||||
|
||||
Reference in New Issue
Block a user