Skip to main content

Module doctor

Module doctor 

Source
Expand description

Diagnostic checks for installation health.

Runs a suite of checks (shell hooks, config, storage, etc.) and produces a report with pass/fail/warn status and fix hints.

Re-exports§

pub use checks::*;
pub use report::*;

Modules§

checks
Individual diagnostic check functions.
report
Formatting of diagnostic check results.

Functions§

run_all_checks
Run all diagnostic checks and return a vector of results.