Class: Pcli::Services::Steps::Greeting
Instance Method Summary
collapse
Methods inherited from Pcli::Step
ensured, ensured?, spaced, spaced?
Instance Method Details
#run(_prev) ⇒ Object
11
12
13
14
|
# File 'lib/pcli/services/steps/greeting.rb', line 11
def run(_prev)
output.puts "The Ponsqb Admin CLI #{Pl.green("v#{Pcli::VERSION}")}, at your service!"
success
end
|