Commit 230d7ee
committed
fix: Handle empty command validation for run command
- Add validation for empty command strings in CLI parsing
- Handle case where clap might provide Some('') instead of None
- Fix failing CI tests for run command argument validation
- Tests now properly fail with expected error messages1 parent 110424b commit 230d7ee
1 file changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | 266 | | |
268 | 267 | | |
269 | | - | |
270 | 268 | | |
271 | 269 | | |
272 | 270 | | |
273 | | - | |
274 | 271 | | |
275 | 272 | | |
276 | 273 | | |
277 | 274 | | |
278 | 275 | | |
279 | | - | |
280 | 276 | | |
281 | 277 | | |
282 | 278 | | |
| |||
286 | 282 | | |
287 | 283 | | |
288 | 284 | | |
289 | | - | |
290 | 285 | | |
291 | 286 | | |
292 | | - | |
293 | | - | |
| 287 | + | |
294 | 288 | | |
295 | 289 | | |
296 | 290 | | |
| |||
0 commit comments