Method: Ebim::CLI.start

Defined in:
lib/ebim/cli.rb

.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