class Protobuf::CLI

def configure_deprecation_warnings

Tell protobuf how to handle the printing of deprecated field usage.
def configure_deprecation_warnings
  ::Protobuf.print_deprecation_warnings = options.print_deprecation_warnings?
end