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

@@ -11,7 +11,7 @@ This package hosts non-domain-specific utilities that can be reused by CLI and l
Current exported areas:
- Markdown table rendering (`toMarkdownTable`)
- Output helpers for CLI tools (`renderOutput`, `normalizeOutputFormat`, `parseHeaderSpec`)
- Output helpers for CLI tools (`renderOutput`, `normalizeOutputFormat`, `parseColumnSpec`)
- Input readers for stdin (`readJsonFromStdin`, `readCsvFromStdin`)
- JMESPath output filtering (`outputFiltered`)