pub fn execute_command(
command: &str,
system_info: &SystemInfo,
timeout: Option<Duration>,
) -> Result<CommandOutput>Expand description
Execute a command based on the system information
pub fn execute_command(
command: &str,
system_info: &SystemInfo,
timeout: Option<Duration>,
) -> Result<CommandOutput>Execute a command based on the system information