mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 11:13:38 +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.