pub async fn run(args: &DoctorArgs) -> Result<Exit>Expand description
Run the command, writing to stdout. Diagnostic findings return
Ok(Exit::Clean); failures to produce the report remain ordinary errors.
pub async fn run(args: &DoctorArgs) -> Result<Exit>Run the command, writing to stdout. Diagnostic findings return
Ok(Exit::Clean); failures to produce the report remain ordinary errors.