Type signature: (*->*)
Usage:
pretty-print [OPTION]...
Allowed options:
| Option | Description |
|---|---|
| --help | produce help message |
| --single-line | don't add newlines to JSON |
| --remove-sample-data | don't print sample_data values (e.g. I/Q samples in GNSSSamplePackets) |
| --select arg | only show packets with this stream_name value (can be used multiple times) |
| --filter arg | don't show packets with this stream_name value (can be used multiple times) |
| --jq arg | use jq-like syntax to print only a sub-field of an object; example: ".time_stream_samples" prints only the "time_stream_samples" field of every packet, and silently does nothing if it doesn't exist in a given packet type |