pub fn new_table(ctx: &OutputCtx) -> TableExpand description
Builds a fresh table.
- For
Format::Mdwe use the ASCII markdown preset (pipes + dashes) so the output can be pasted into a doc. - For
Format::Tablewe use a borderless, docker-/kubectl-style layout: no row separators, no outer frame, columns separated by two spaces. Headers getset_header_boldapplied at the call site.