mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
## Summary - add an explicit `override_usage` string to `AddArgs` so clap prints `<NAME>` before the command/url choice, matching the actual parser and docs ### Before Usage: codex mcp add [OPTIONS] <COMMAND|--url <URL>> <NAME> ### After Usage: codex mcp add [OPTIONS] <NAME> [--url <URL> | -- <COMMAND>...] --------- Signed-off-by: kyuheon-kr <kyuheon.kr@gmail.com>