harelba / q

q - Run SQL directly on delimited files and multi-file sqlite databases

Home Page:http://harelba.github.io/q/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Header -O problem with -b beautify and -f format

psb777 opened this issue · comments

If one adjusts an output column width using -f (format) then -b (beautify) does not make the same adjustment with the -O header row as it does with the data rows.

$ q -v
q version 3.1.6
Python: 3.9.2 (default, Feb 28 2021, 17:03:44) // [GCC 10.2.1 20210110]

True, I've just noticed this as well. I'll fix for the next release, thanks for reporting it.