pub fn remote_doctor(
runner: &dyn ProcessRunner,
opts: &RemoteOptions,
) -> Result<DoctorReport>Expand description
Fetch doctor JSON from the box.
ยงErrors
Returns crate::HortoError when SSH fails or the remote JSON cannot be parsed.
pub fn remote_doctor(
runner: &dyn ProcessRunner,
opts: &RemoteOptions,
) -> Result<DoctorReport>Fetch doctor JSON from the box.
Returns crate::HortoError when SSH fails or the remote JSON cannot be parsed.