Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with language specific code generation examples … #4

Merged
merged 4 commits into from
Feb 13, 2020

Conversation

annanay25
Copy link
Member

@annanay25 annanay25 commented Feb 7, 2020

Fixes #7, #1

Explain following CLI options -

  --cpp_out=OUT_DIR           Generate C++ header and source.
  --csharp_out=OUT_DIR        Generate C# source file.
  --java_out=OUT_DIR          Generate Java source file.
  --js_out=OUT_DIR            Generate JavaScript source.
  --objc_out=OUT_DIR          Generate Objective C header and source.
  --php_out=OUT_DIR           Generate PHP source file.
  --python_out=OUT_DIR        Generate Python source file.
  --ruby_out=OUT_DIR          Generate Ruby source file.

Signed-off-by: Annanay <annanayagarwal@gmail.com>
Signed-off-by: Annanay <annanayagarwal@gmail.com>
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
Signed-off-by: Annanay <annanayagarwal@gmail.com>
Signed-off-by: Annanay <annanayagarwal@gmail.com>
@annanay25 annanay25 merged commit 622bf3e into jaegertracing:master Feb 13, 2020
jpkrohling pushed a commit to jpkrohling/docker-protobuf that referenced this pull request Sep 2, 2020
…ertracing#4)

* Update README with language specific code generation examples

Signed-off-by: Annanay <annanayagarwal@gmail.com>

* Add cli options list

Signed-off-by: Annanay <annanayagarwal@gmail.com>

* Update README, remove go file

Signed-off-by: Annanay <annanayagarwal@gmail.com>

* Explain CLI flags

Signed-off-by: Annanay <annanayagarwal@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update README to reflect the purpose and content of this repo
2 participants