Class: Secondbureau::CommandLine

Inherits:
Thor
  • Object
show all
Defined in:
lib/secondbureau/command_line.rb

Instance Method Summary collapse

Instance Method Details

#startObject



6
7
8
# File 'lib/secondbureau/command_line.rb', line 6

def start
  puts "start #{options.inspect}"
end

#stopObject



12
13
14
# File 'lib/secondbureau/command_line.rb', line 12

def stop
  puts "stop"
end