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.
std.process helper. Run a command and collect its output. Throw if it exited with a non-zero status.
std.process helper. Run a command, and throw if it exited with a non-zero status.
Reverse of std.process.environment.toAA
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Simple execution of shell commands, and wrappers for common utilities.