Removed header output relabeling and added column filtering with label handling.
All checks were successful
build / build (push) Successful in 8s

This commit is contained in:
2026-03-07 18:48:29 +01:00
parent f5877d2ccd
commit 281b0c13aa
9 changed files with 160 additions and 80 deletions

View File

@@ -3,10 +3,11 @@
export { toMarkdownTable } from "./markdown.ts";
export {
outputFiltered,
parseHeaderSpec,
parseColumnSpec,
normalizeOutputFormat,
readJsonFromStdin,
readCsvFromStdin,
renderOutput,
renderCliOutput,
} from "./cli/utils.ts";
export { getConfigDir, getConfig } from "./config/index.ts";