Skip to main content

run

Function run 

Source
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.