class Command::CLI

Public Instance Methods

execute() click to toggle source
# File lib/cli.rb, line 7
def execute
  setting_file = YAML.load_file(global_options[:file])
  Migrator.new(setting_file).run(command_name)
end