You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
but the current master I have (0.16.0-dev.2565+684032671) doesn't yield any output from that command. In fact, I get:
$ zig build --help
info: initialize build.zig template file with 'zig init'
info: see 'zig --help' for more options
error: no build.zig file found, in the current directory or any parent directories
Looks like that the command is now
zig build-exe --help
and has substantially more output than it used to.
In https://ziglang.org/learn/overview/, right after, "Let’s have a look at that
--helpmenu", it says to runbut the current master I have (0.16.0-dev.2565+684032671) doesn't yield any output from that command. In fact, I get:
Looks like that the command is now
and has substantially more output than it used to.