Fix incorrect handling of table output.
Some checks failed
build / build (push) Failing after 12s

This commit is contained in:
2026-03-06 23:03:19 +01:00
parent 2fa9462657
commit a629a3a32d
3 changed files with 2 additions and 84 deletions

View File

@@ -145,7 +145,7 @@ async function main(): Promise<void> {
? parseHeaderSpec(undefined)
: parseHeaderSpec(typedValues.header);
renderOutput(command, output, outputFormat, headerSpec);
renderOutput(outputFormat, headerSpec, output);
}
main().catch((err: unknown) => {