1
1
mirror of https://github.com/wader/fq.git synced 2024-12-21 04:11:55 +03:00
fq/format/protobuf/testdata/help_protobuf.fqtest
Mattias Wadman 2c505feec8 help,markdown: Rewrote and made text rendering nicer
Plan is to use it for man page etc and also some ansi renderer
2023-05-08 00:07:56 +02:00

19 lines
376 B
Plaintext

$ fq -h protobuf
protobuf: Protobuf decoder
Decode examples
===============
# Decode file as protobuf
$ fq -d protobuf . file
# Decode value as protobuf
... | protobuf
Can decode sub messages
=======================
$ fq -d protobuf '.fields[6].wire_value | protobuf | d' file
References
==========
- https://developers.google.com/protocol-buffers/docs/encoding