class Thor::Task

def short_description

def short_description
  description.split("\n").first if description
end