Sha256: 0544c9cb7e7948e23f87ad171696c2ef9d751f8600cae797c25ab418157c3b80
Contents?: true
Size: 239 Bytes
Versions: 10
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
10 entries across 10 versions & 1 rubygems