Skip to content

Instantly share code, notes, and snippets.

@fzankl

fzankl/protoc Secret

Created January 24, 2021 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fzankl/f0157ffd219e0ef4c1f9fac0a122f13b to your computer and use it in GitHub Desktop.
Save fzankl/f0157ffd219e0ef4c1f9fac0a122f13b to your computer and use it in GitHub Desktop.
protoc compiler
protoc \
-I=$src-directory \
--csharp_out=$destination-directory \
$src-directory/foo.proto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment