Commit fe53ffb
Florian Standhartinger
Finish the user-visible rebrand: --version, --help, completions
Running the CI-built binary showed the rebrand was half done. The
executable was named chutescoder, but:
$ chutescoder --version
codex-cli 0.0.0
$ chutescoder --help
Codex CLI
Usage: codex [OPTIONS] [PROMPT]
'Codex' is OpenAI's mark, and Apache-2.0 section 6 grants no trademark
rights — so this is the part of the rebrand that is actually required, not
cosmetic. Fixed the clap about/usage strings, the three subcommand help
lines that named the upstream product, the shell-completion program name,
and the package name that drives --version.
The workspace dependency keeps the alias pointing at the
renamed package so tui's still compiles — renaming
the crate everywhere would collide with every upstream merge for no
user-visible gain, which is the rule the rest of the rebrand follows.1 parent 5a770ad commit fe53ffb
3 files changed
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| |||
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
101 | | - | |
102 | | - | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | | - | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
126 | 129 | | |
127 | 130 | | |
128 | 131 | | |
129 | | - | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| |||
139 | 142 | | |
140 | 143 | | |
141 | 144 | | |
142 | | - | |
| 145 | + | |
143 | 146 | | |
144 | 147 | | |
145 | | - | |
| 148 | + | |
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| |||
2630 | 2633 | | |
2631 | 2634 | | |
2632 | 2635 | | |
2633 | | - | |
| 2636 | + | |
2634 | 2637 | | |
2635 | 2638 | | |
2636 | 2639 | | |
| |||
0 commit comments