ce88e01640
- General: * New version 1.37.1 * Drop patches that were upstreamed since the last packaged release, were backported from upstream in the first place, or have otherwise been obsoleted by upstream changes. * Rebase/update remaining patches as needed * Drop Fedora 32 compatibility - C (core) and C++ (cpp): * Switch to CMake build system and add CMake files to -devel package * Build with C++17 for compatibility with the abseil-cpp package in Fedora * Run the port server during core tests
40 lines
716 B
Groff
40 lines
716 B
Groff
.TH GRPC_CLI\-TOBINARY "1" "May 2021" "" "User Commands"
|
|
.SH NAME
|
|
.B grpc_cli\ tobinary
|
|
\(en convert text message to binary
|
|
.SH SYNOPSIS
|
|
.B grpc_cli tobinary
|
|
.I protofiles
|
|
.I type
|
|
.RI [ message ]
|
|
.RI [ OPTION ]...\:
|
|
.SH OPTIONS
|
|
.TP
|
|
.I protofiles
|
|
Comma separated list of proto files
|
|
.TP
|
|
.I type
|
|
Protocol buffer type name
|
|
.TP
|
|
.B \-\-proto_path
|
|
The search paths of proto files
|
|
.RB ( :
|
|
separated)
|
|
.TP
|
|
.B \-\-infile
|
|
Input filename (defaults to
|
|
.IR stdin )
|
|
.TP
|
|
.B \-\-outfile
|
|
Output filename (defaults to
|
|
.IR stdout )
|
|
.SH "SEE\ ALSO"
|
|
.BR grpc_cli (1),
|
|
.BR grpc_cli\-ls (1),
|
|
.BR grpc_cli\-call (1),
|
|
.BR grpc_cli\-type (1),
|
|
.BR grpc_cli\-parse (1),
|
|
.BR grpc_cli\-totext (1),
|
|
.BR grpc_cli\-tojson (1),
|
|
.BR grpc_cli\-help (1)
|