Commit c42f2c5
committed
statix: pass list settings as repeated flags instead of space-joined string
Previously, all list values in settings were joined into a single
space-separated string via concatStringsSep, producing e.g.
`--ignore "pattern1 pattern2"`. Now each element is passed as a
separate flag, matching the expected CLI interface.
Assisted-by: opencode <opencode@anomaly.so> 1.15.71 parent 61ab0e8 commit c42f2c5
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4622 | 4622 | | |
4623 | 4623 | | |
4624 | 4624 | | |
4625 | | - | |
4626 | | - | |
4627 | | - | |
4628 | | - | |
4629 | | - | |
4630 | | - | |
| 4625 | + | |
4631 | 4626 | | |
4632 | 4627 | | |
4633 | 4628 | | |
| |||
0 commit comments