pub async fn exec_shell_command( command: impl Into<String>, timeout: u64, ) -> Result<(String, String, i32)>
Helper function for creating and executing a shell command in one step