logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

srpc_generator - generates the intermediate code according to input IDL files.

Author

       Lance Lin (lq27267@gmail.com)

0.9.6                                              15 JUN 2022                                            man(1)

Bugs

       No known bugs.

Description

       Generate intermediate code according to the Interface Description Language (IDL) file.

Name

       srpc_generator - generates the intermediate code according to input IDL files.

Options

mandatory:
       <IDL TYPE>
              The supported IDL_TYPEs are protobuf and thrift.

       <IDL FILE>
              IDL_FILE  is the top IDL file name. Only need to input one file name and the correlated files will
              be parsed recursively.

       <OUTPUT DIRECTORY>
              The generated code file will be placed in the OUTPUT_DIR directory.

Snynopsis

       srpc_generator <IDL_TYPE> <IDL_FILE> <OUTPUT_DIR>

See Also