Sha256: 5a04ac063c0fca8c93acfab47a9393da049584b14db05c911f8b802257170234
Contents?: true
Size: 261 Bytes
Versions: 26
Compression:
Stored size: 261 Bytes
Contents
class Ufo::CLI::Central class Clean < Base def run path = "#{ENV['HOME']}/.ufo/central" sure?("Will remove folder with repo caches: #{pretty_home(path)}") FileUtils.rm_rf(path) log "Removed: #{pretty_home(path)}" end end end
Version data entries
26 entries across 26 versions & 1 rubygems