Class: Myboj::CLI

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

Instance Method Summary collapse

Instance Method Details

#pull(code) ⇒ Object



8
9
10
# File 'lib/myboj/cli.rb', line 8

def pull(code)
  puts "[1000번] A+B"
end

#statusObject



14
15
16
17
# File 'lib/myboj/cli.rb', line 14

def status
  puts "status info"
  puts "extra info" unless options[:verbose].nil?
end