pub fn header<I, S>(cells: I) -> Vec<Cell>where I: IntoIterator<Item = S>, S: Into<String>,
Build bold + cyan header cells. Comfy-table renders these as ANSI when the table’s styling is enabled; force_no_tty (called by table() under --color never) suppresses them cleanly.
force_no_tty
table()
--color never