class Protobuf::CLI

def start_server

Start the runner and log the relevant options.
def start_server
  debug_say('Running server')
  @runner.run do
    ::Protobuf::Logger.info {
      "pid #{::Process.pid} -- #{@runner_mode} RPC Server listening at #{options.host}:#{options.port}"
    }
  end
end