Skip to main content

run

Function run 

Source
pub fn run(_ctx: &AppContext, args: &DoctorArgs) -> Result<(), AppError>
Expand description

Run the catalog and report it.

ยงErrors

AppError::Other only when the report cannot serialize; probe failures are results, not errors, and the exit code stays 0.