Function release_utils::cmd::run_cmd

source ·
pub fn run_cmd(cmd: Command) -> Result<(), RunCommandError>
Expand description

Log a command and run it.

Returns an error if the process fails to launch or if the exit code is non-zero.