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 2ecdbc8 commit 9c7d44cCopy full SHA for 9c7d44c
README.md
@@ -79,7 +79,11 @@ any JSON file with default options.
79
`purdy package.json` will, for example, print the JSON contents of
80
package.json.
81
82
-Similarly, `cat package.json | purdy -` will use stdin to print the contents.
+Similarly, `cat package.json | purdy -s` will use stdin to print the contents.
83
+
84
+A new option `-l` has been added to parse log files that has one JSON string per line in the file.
85
86
+`purdy -l logfile.log` will print that.
87
88
## Contributing
89
0 commit comments