| ... | @@ -126,6 +126,8 @@ test parse { | ... | @@ -126,6 +126,8 @@ test parse { |
| 126 | color: enum { auto, never, always } = .auto, | 126 | color: enum { auto, never, always } = .auto, |
| 127 | /// --seed=0x<something> is actually passed in by the `zig test` system (as of 0.14.1), which we receive here. | 127 | /// --seed=0x<something> is actually passed in by the `zig test` system (as of 0.14.1), which we receive here. |
| 128 | seed: u32 = 0, | 128 | seed: u32 = 0, |
| | 129 | @"cache-dir": []const u8 = "", |
| | 130 | listen: []const u8 = "", |
| 129 | }, | 131 | }, |
| 130 | /// Receives the rest of the arguments. | 132 | /// Receives the rest of the arguments. |
| 131 | positional: []const [:0]const u8 = &.{}, | 133 | positional: []const [:0]const u8 = &.{}, |