class Protobuf::CLI

def runner_options

def runner_options
  { :host => options.host,
    :port => options.port,
    :backlog => options.backlog,
    :threshold => options.threshold,
    :threads => options.threads }
end