Commit 69ef44f
fix(cli): improve --output-schema help text with JSON Schema format details
Fixes bounty issue #1401
The --output-schema flag previously had a vague description 'JSON schema file
for structured output'. This change improves the help text to:
- Mention the JSON Schema format (draft-07 or later)
- Provide a concrete example of a valid schema
- Link to json-schema.org for full specification1 parent 0b8fdfe commit 69ef44f
1 file changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
245 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
246 | 261 | | |
247 | 262 | | |
248 | 263 | | |
| |||
0 commit comments