Expand description
Utilities for running child processes.
Enums§
- RunCommand
Error - Error returned when running a child process fails.
Functions§
- format_
cmd - Format a command in a way suitable for logging.
- get_
cmd_ stdout - Log a command, run it, and get its output.
- get_
cmd_ stdout_ utf8 - Log a command, run it, and get its output as a
String. - run_cmd
- Log a command and run it.
- wait_
for_ child - Wait for a child process to exit.