Add migration to generator

This commit is contained in:
Dzmitry Plashchynski
2015-03-06 22:08:48 +02:00
parent 0f32f8a5a4
commit 20135b87ae
5 changed files with 35 additions and 3 deletions

View File

@@ -5,8 +5,7 @@ $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "crono/cli"
begin
cli = Crono::CLI.instance
cli.run
Crono::CLI.instance.run
rescue => e
raise e if $DEBUG
STDERR.puts e.message