Class: Ebim::CLI

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

Class Method Summary collapse

Class Method Details

.start(args) ⇒ Object



6
7
8
9
10
11
12
# File 'lib/ebim/cli.rb', line 6

def self.start(args)
  begin
    Runner.run(args)
  rescue => err
    puts err.message
  end
end