From 8cb3eb3a56bcaed627447c968cbeb55cbb050c58 Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Sat, 16 Aug 2025 18:49:55 -0400 Subject: [PATCH] add more test params i guess --- lib/std/cli.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/std/cli.zig b/lib/std/cli.zig index 83e832745e..8c15dd4094 100644 --- a/lib/std/cli.zig +++ b/lib/std/cli.zig @@ -126,6 +126,8 @@ test parse { color: enum { auto, never, always } = .auto, /// --seed=0x 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 = &.{},