mafw.devtools.cli.toolchain.check_cmd
Check subcommand for the toolchain command group.
This module implements the devtools toolchain check CLI command, which
iterates over applicable tools, detects their current and latest versions,
and displays a Rich table summarising each tool’s synchronisation status.
A Rich progress spinner provides visual feedback during version detection (which may involve PyPI queries or subprocess calls). The command exits with code 0 if all tools are in sync, or code 1 if any tool is out of sync or encountered a detection error.