Class: Eks::CLI

Inherits:
Command show all
Defined in:
lib/eks/cli.rb,
lib/eks/cli/help.rb

Defined Under Namespace

Classes: Help

Instance Method Summary collapse

Methods inherited from Command

dispatch

Instance Method Details

#hello(name) ⇒ Object



13
14
15
16
# File 'lib/eks/cli.rb', line 13

def hello(name)
  puts "from: #{options[:from]}" if options[:from]
  puts "Hello #{name}"
end