Sha256: 71754f188b400938356d5879a3f0f31b20bd94c4b0becc42cb72582bfdb4288f

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 Bytes

Contents

# frozen_string_literal: true

module Pcli
  module Services
    module Steps
      class Greeting < Step
        include Depends.on('output')

        spaced

        def run(_prev)
          output.puts "The Ponsqb Admin CLI #{Pl.green("v#{Pcli::VERSION}")}, at your service!"
          success
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pcli-0.1.1 lib/pcli/services/steps/greeting.rb
pcli-0.1.0 lib/pcli/services/steps/greeting.rb