We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e071c4 commit 3ed7287Copy full SHA for 3ed7287
codex-rs/cli/src/main.rs
@@ -42,7 +42,8 @@ use codex_core::config::ConfigOverrides;
42
// The executable is sometimes invoked via a platform‑specific name like
43
// `codex-x86_64-unknown-linux-musl`, but the help output should always use
44
// the generic `codex` command name that users run.
45
- bin_name = "codex"
+ bin_name = "codex",
46
+ override_usage = "codex [OPTIONS] [PROMPT]\n codex [OPTIONS] <COMMAND> [ARGS]"
47
)]
48
struct MultitoolCli {
49
#[clap(flatten)]
0 commit comments