Class: TailDraft::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/tail_draft/cli.rb

Instance Method Summary collapse

Instance Method Details

#hello(name) ⇒ Object



9
10
11
12
# File 'lib/tail_draft/cli.rb', line 9

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