Removed header output relabeling and added column filtering with label handling.
All checks were successful
build / build (push) Successful in 8s
All checks were successful
build / build (push) Successful in 8s
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user