topmark.presentation.text.probe¶
topmark / presentation / text / probe
TEXT presentation for the topmark probe command.
This module renders resolution probe diagnostics for console-oriented TEXT output. Unlike check/strip pipeline renderers, probe output is explanatory rather than actionable: it reports resolution status, selected file type and processor, scored candidates, and match signals.
render_probe_output_text ¶
Render human-facing TEXT output for the probe command.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
report
|
ProbeCommandHumanReport
|
Prepared human report for the probe command. |
required |
Returns:
| Type | Description |
|---|---|
str
|
Rendered TEXT output for the prepared probe report. |