Sha256: 3e9b9d5cc8e17df87dd6131015e5c8bfa05220ef4d6699565a81358c73af1b7b
Contents?: true
Size: 239 Bytes
Versions: 4
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true module Neptuno module Services # Add project to neptuno class Destroy < Neptuno::CLI::Base desc "Remove a Neptuno service" def call(**) puts destroy end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
neptuno-1.5.0 | lib/neptuno/services/destroy.rb |
neptuno-1.4.10 | lib/neptuno/services/destroy.rb |
neptuno-1.2.1 | lib/neptuno/services/destroy.rb |
neptuno-1.2.0 | lib/neptuno/services/destroy.rb |