87 88 89 90
# File 'lib/ufo/cli.rb', line 87 def destroy(service) task_definition = options[:task] || service # convention Destroy.new(service, options).bye end