We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea35d85 commit d3bcaf8Copy full SHA for d3bcaf8
src/cli.ts
@@ -25,5 +25,5 @@ text(process.stdin).then((stdIn) => {
25
process.exitCode = 1;
26
}
27
28
- process.stdout.write(JSON.stringify(output));
+ process.stdout.write(JSON.stringify(output, null, "\t"));
29
});
0 commit comments