authorgravatar for thejoshwolfe@gmail.comJosh Wolfe <thejoshwolfe@gmail.com> 2025-08-16 18:49:55-04:00
committergravatar for thejoshwolfe@gmail.comJosh Wolfe <thejoshwolfe@gmail.com> 2025-08-30 22:36:30-04:00
log8cb3eb3a56bcaed627447c968cbeb55cbb050c58
treee726a1071276ca67a0d47f2f2074e0bed97d23ff
parent622264b02b222db72eddcb616f2dd1f0fb3c8720

add more test params i guess


1 files changed, 2 insertions(+), 0 deletions(-)

lib/std/cli.zig+2
......@@ -126,6 +126,8 @@ test parse {
126126 color: enum { auto, never, always } = .auto,
127127 /// --seed=0x<something> is actually passed in by the `zig test` system (as of 0.14.1), which we receive here.
128128 seed: u32 = 0,
129 @"cache-dir": []const u8 = "",
130 listen: []const u8 = "",
129131 },
130132 /// Receives the rest of the arguments.
131133 positional: []const [:0]const u8 = &.{},