mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
Now there is `captureChildProcess` which gives access to the `std.process.Child.RunResult`, which is useful for accessing the stdout. It also accepts and passes an optional `std.Progress.Node` to the child.