class RuboCop::Server::ClientCommand::Start

def initialize(detach: true)

def initialize(detach: true)
  @detach = detach
  super()
end