pub fn run(args: &DoctorArgs) -> Result<(), RkError>Expand description
Run the catalog and report it.
ยงErrors
Returns RkError::Other only when the report cannot serialize; probe
failures are results, not errors, and the exit code stays 0.
pub fn run(args: &DoctorArgs) -> Result<(), RkError>Run the catalog and report it.
Returns RkError::Other only when the report cannot serialize; probe
failures are results, not errors, and the exit code stays 0.