This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit 9a99098
Use kebab-case for flag names in help text (#76)
Help messages were displaying flags with underscores (e.g.
`--spec_impl`) while the CLI parser expects kebab-case (e.g.
`--spec-impl`). Convert flag names to kebab-case in help output,
matching completions and error messages.
Fixes #75.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent cd1ac16 commit 9a99098
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
313 | | - | |
| 314 | + | |
314 | 315 | | |
315 | 316 | | |
316 | 317 | | |
| |||
0 commit comments