sfali23

Results 2 issues of sfali23

Hi There, I am getting a compilation error `there are too many leading 'super' keywords` when building following example: **event-types.proto** ```proto syntax = "proto3"; package my.event_types; enum EventType { NotAnEvent...

Hi There, Is it possible to pass flag to command line to push the tag without asking for input, I can't find any command line option to pass in command...