std.process helper. Run a command, feed it the given input, and collect its output. Throw if it exited with non-zero status. Return output.
See Implementation
std.process helper. Run a command, feed it the given input, and collect its output. Throw if it exited with non-zero status. Return output.