Class: Gisha::DeleteRepositoryCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/gisha/cli.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



53
54
55
# File 'lib/gisha/cli.rb', line 53

def execute
  FileUtils.rm_rf(path)
end