sqlite-utils rows now obeys --json-cols

This commit is contained in:
Simon Willison 2019-05-27 17:47:59 -07:00
commit cec8c3c482
2 changed files with 6 additions and 4 deletions

View file

@ -386,6 +386,7 @@ def rows(ctx, path, dbtable, nl, arrays, csv, no_headers, table, fmt, json_cols)
no_headers=no_headers,
table=table,
fmt=fmt,
json_cols=json_cols,
)