Commit 8885eeb
Fix --show-snippet option consuming next CLI argument (#11684)
The show-snippet long option was defined with a single colon (required
value) instead of double colon (optional value), causing getopt() to
silently consume the next argument as its value.
Fixes #11683
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7cf3e8b commit 8885eeb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments