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 eadeb7e commit caeda37Copy full SHA for caeda37
1 file changed
src/cli/cli.js
@@ -57,7 +57,7 @@ if (process.argv[2] === '--help' || process.argv[2] === '-h') {
57
if (outputFileName) {
58
writeToFile(outputFileName, output);
59
} else {
60
- console.log(output);
+ console.log(JSON.stringify(output, null, 2));
61
}
62
};
63
0 commit comments