class Thor::Actions::Directory

def invoke!

def invoke!
  base.empty_directory given_destination, config
  execute!
end