Class: TailDraft::CLI
- Inherits:
-
Thor
- Object
- Thor
- TailDraft::CLI
- 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 [:from] puts "Hello #{name}" end |