module RuboCop::CLI::Command

def class_for(name)

def class_for(name)
  Base.by_command_name(name)
end