mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-19 06:54:25 +02:00
Fixes simonw/sqlite-utils#566 The --no-headers flag was only checked in the CSV/TSV output branch. When --fmt or --table was used, tabulate.tabulate() was always called with headers=headers, ignoring the flag. Pass headers=() instead when no_headers is set, which suppresses header display while preserving table formatting. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| cli.py | ||
| db.py | ||
| hookspecs.py | ||
| plugins.py | ||
| py.typed | ||
| recipes.py | ||
| utils.py | ||