diff --git a/lib/std/cli.zig b/lib/std/cli.zig index 83e832745e3110501183d19456770b4696c6053d..8c15dd4094255299e1a083456391cbd9a15d85db 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 = &.{},