Expand description
Health check and diagnostics module.
This module provides a framework for running health checks on CLI tools, including update checking and tool-specific diagnostics.
Traits§
- Doctor
Checks - Trait for tools that support doctor health checks.
Functions§
- check_
for_ updates - Check for updates from GitHub releases.
- run_
doctor - Run doctor command to check health and configuration.