mirror of
https://github.com/wader/fq.git
synced 2024-12-21 04:11:55 +03:00
2c505feec8
Plan is to use it for man page etc and also some ansi renderer
19 lines
376 B
Plaintext
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
|