2

When I use the --encode command by the protoc compiler I can type in my input via the standard input (key:value), but it stays in the input mode. I never get any result. How do I get it?

messy
  • 915
  • 6
  • 26

1 Answers1

2

You have to press Ctrl + D to send a End-of-Transmission character.

messy
  • 915
  • 6
  • 26