In https://ziglang.org/learn/overview/, right after, "Let’s have a look at that --help menu", it says to run
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
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.