Module cmd

Module cmd 

Source
Expand description

Utilities for running child processes.

Enums§

RunCommandError
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.