class Protobuf::CLI

def start_server!

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