This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user