class RubyCritic::Command::Help

def execute

def execute
  puts options[:help_text]
  status_reporter
end