silentorbit/protobuf

Support multiple input files

zeroZshadow opened this issue · 3 comments

Supporting *.proto as input instead of only single files will make this tool much easier to use.

It should already support that as far as it supports multiple .proto as arguments and it's usually the shell that expands the wildcard syntax rather than individual applications.

On windows, cmd, it does not allow this (while protoc does)

No flag for this feature, always on.

Let me know how it works