topmark.presentation.text package index¶
topmark / presentation / text
Text, optionally ANSI-styled CLI renderers (default).
The default output format is intended for interactive terminal use and may apply color/styling through the console abstraction. These helpers do not perform I/O.
Command implementations should delegate formatting to renderers in this package after preparing any
shared data via topmark.presentation.shared.
Immediate children in this package¶
- topmark.presentation.text.config
- Default (ANSI-styled) renderers for TopMark config commands.
- topmark.presentation.text.diagnostic
- TEXT diagnostic rendering helpers for CLI commands.
- topmark.presentation.text.pipeline
- TEXT pipeline renderers for the TopMark CLI.
- topmark.presentation.text.probe
- TEXT presentation for the
topmark probecommand. - topmark.presentation.text.registry
- TEXT renderers for registry-related commands.
- topmark.presentation.text.utils
- Shared presentation utilities for TEXT.
- topmark.presentation.text.version
- TEXT (ANSI-styled) renderers for the
topmark versioncommand.