fix xnspa: explicit csv format for visidata stdin

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul Trowbridge 2026-05-14 16:00:19 -04:00
parent 301dbbbc82
commit 8b80993e78

View File

@ -176,7 +176,7 @@ xnspa() {
--csv \ --csv \
--pset footer=off \ --pset footer=off \
$db_args \ $db_args \
-f "$file" | vd - -f "$file" | vd -f csv -
} }
xndb2() { xndb2() {