class Thor::Actions::CreateLink

def exists?

def exists?
  super || File.symlink?(destination)
end