mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-22 00:14:15 +02:00
--no-headers was already wired up for csv/tsv output but the tabulate.tabulate calls (used for --table and --fmt) passed headers unconditionally, so the header row still printed. Pass () to tabulate in that case to suppress it. Closes #566 Signed-off-by: Charlie Tonneslan <cst0520@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| cli.py | ||
| db.py | ||
| hookspecs.py | ||
| plugins.py | ||
| py.typed | ||
| recipes.py | ||
| utils.py | ||