format_cli_version_annotation(
info: DistributionVersion,
) -> str| Name | Type | Description |
|---|---|---|
info* | DistributionVersion | The CLI version facts. |
Return the source/metadata drift annotation for the CLI version line.
Editable status is surfaced separately by every caller (the dedicated
Editable install: line on --version//version, and the Install method
item in doctor), so it is intentionally not repeated inline here — that
kept the CLI reading "editable" twice on those surfaces.