Function release_utils::cmd::get_cmd_stdout
source · pub fn get_cmd_stdout(cmd: Command) -> Result<Vec<u8>>Expand description
Run a command and get its output.
pub fn get_cmd_stdout(cmd: Command) -> Result<Vec<u8>>Run a command and get its output.