Commit ae58e8d
fix: use correct System.CommandLine v2.0.5 API for CLI invocation
CommandLineConfiguration doesn't exist in System.CommandLine 2.0.5.
Use rootCommand.Parse(args).InvokeAsync() instead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d545187 commit ae58e8d
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
391 | | - | |
| 390 | + | |
392 | 391 | | |
393 | 392 | | |
394 | 393 | | |
| |||
0 commit comments