Expand description
TSV renderer — tab-separated values output.
TSV output includes a header row followed by one data row per record.
Fields use \t as separator. Every ASCII control character in a value —
including a literal tab or newline that would otherwise corrupt the column
structure — is replaced with a space via replace_control_chars at the
shared QuoteMode::apply chokepoint (ADR-0003).
Auth column sets (per PRD):
auth_login/auth_status:server\tuser\texpires_at\tstateauth_logout:server\twas_cached
Structs§
- TsvRenderer
- Renders output as tab-separated values with a header row.