dump.Opts.Strip: struct -> packed struct(u3)

`cli.zig` only understands packed structs currently.
This commit is contained in:
Halil Durak
2026-04-08 17:39:37 +03:00
parent ed512d3203
commit ce62e1c631

View File

@@ -30,7 +30,7 @@ pub const Opts = struct {
strip: Opts.Strip = .{},
shadow: Opts.Shadow = .rendered,
pub const Strip = struct {
pub const Strip = packed struct(u3) {
js: bool = false,
ui: bool = false,
css: bool = false,