mirror of
https://github.com/wader/fq.git
synced 2024-11-28 11:42:50 +03:00
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
|
def _protobuf__help:
|
||
|
{ examples: [
|
||
|
{comment: "Can be used to decode sub messages", shell: "fq -d protobuf '.fields[6].wire_value | protobuf | d'"}
|
||
|
],
|
||
|
links: [
|
||
|
{url: "https://developers.google.com/protocol-buffers/docs/encoding"}
|
||
|
]
|
||
|
};
|