1
1
mirror of https://github.com/wader/fq.git synced 2024-11-28 03:02:55 +03:00
fq/format/cbor/doc.md

9 lines
179 B
Markdown
Raw Normal View History

2022-01-29 14:01:36 +03:00
Supports `torepr`, ex:
```
fq -d cbor torepr file.cbor
fq -d cbor 'torepr.field' file.cbor
fq -d cbor 'torepr | .field' file.cbor
fq -d cbor 'torepr | grep("abc")' file.cbor
```