mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
33a6cc66ab
## 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>
33a6cc66ab
ยท
2025-11-20 12:32:12 -08:00
History