## 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> |
||
|---|---|---|
| .. | ||
| debug_sandbox | ||
| debug_sandbox.rs | ||
| exit_status.rs | ||
| lib.rs | ||
| login.rs | ||
| main.rs | ||
| mcp_cmd.rs | ||
| wsl_paths.rs | ||