Veikka Tuominen
Veikka Tuominen
Fixed by #13959, test re-enabled in #14272
> So I'm in a situation right now where I would really like to turn off progress output but leave on color. The docgen could also use this though parsing...
> I may have misunderstood how the standalone tests work - I thought they run `zig build` from the directory containing the specified `build.zig`. I was thinking about adding a...
Can you make a more concrete proposal of what you think should be disallowed?
Based on your follow up I think this is caused by #13465
That seems like something a contributor could do. I personally wont do it at least yet since the CLI is still quite volatile.
Using the builtin `echo` breaks this check for me locally. It'd probably be better to just find a better way to do the check.
This patch seems to work for me but it's a bit a bit unreliable depending on how long `zig build --help` takes. ```diff diff --git a/_zig b/_zig index 5f8e500..72b2bbb 100644...