Sha256: 35ff88db89ef9f99cbccd2dfdd1963ce07957da32fe1ec9827176062b0e0a38e

Contents?: true

Size: 207 Bytes

Versions: 10

Compression:

Stored size: 207 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

10 entries across 10 versions & 1 rubygems

Version Path
neptuno-1.0.10 lib/neptuno/services/list.rb
neptuno-1.0.9 lib/neptuno/services/list.rb
neptuno-1.0.8 lib/neptuno/services/list.rb
neptuno-1.0.7 lib/neptuno/services/list.rb
neptuno-1.0.6 lib/neptuno/services/list.rb
neptuno-1.0.5 lib/neptuno/services/list.rb
neptuno-1.0.3 lib/neptuno/services/list.rb
neptuno-1.0.2 lib/neptuno/services/list.rb
neptuno-1.0.1 lib/neptuno/services/list.rb
neptuno-1.0.0 lib/neptuno/services/list.rb