horizontalRule property

String Function()? horizontalRule
final

Returns a horizontal-rule string sized to the terminal, for commands that frame their output (e.g. the AI agent brackets its run with a rule). null when the host does not provide one.

Implementation

final String Function()? horizontalRule;