class Rails::Command::CorrectableNameError

def corrections

def corrections
  @corrections ||= DidYouMean::SpellChecker.new(dictionary: @alternatives).correct(name)
end