Sha256: a967ed54b9da2e8ac5ee628cc5d731d5fe91cdc921cb6b9f4fd68935831f462f

Contents?: true

Size: 212 Bytes

Versions: 4

Compression:

Stored size: 212 Bytes

Contents

# frozen_string_literal: true

module Neptuno
  module Services
    # Add project to neptuno
    class List < Neptuno::CLI::Base
      desc "List Neptuno projects"

      def call(**)
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
neptuno-1.5.0 lib/neptuno/services/list.rb
neptuno-1.4.10 lib/neptuno/services/list.rb
neptuno-1.2.1 lib/neptuno/services/list.rb
neptuno-1.2.0 lib/neptuno/services/list.rb