pub fn check( name: &str, status: Status, message: impl Into<String>, ) -> DoctorCheck
Construct a check. Public so -cli builds its configuration checks with the same shape as the stack checks.
-cli