add more test params i guess

This commit is contained in:
Josh Wolfe 2025-08-16 18:49:55 -04:00
parent 622264b02b
commit 8cb3eb3a56

View file

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