pub fn execute_command(cmd: &str) -> Result<ExitStatus>Expand description
Executes a Linux/macOS or Windows command with a Result of ExitStatus.
pub fn execute_command(cmd: &str) -> Result<ExitStatus>Executes a Linux/macOS or Windows command with a Result of ExitStatus.