lib/main_client.rb in magnoline-0.3 vs lib/main_client.rb in magnoline-0.4

- old
+ new

@@ -25,13 +25,13 @@ # Create command line parser ies = MagnoliaClient::ImportExportSetUp.new # parse the parameters, and get an array of commands -#t1 = Time.new +t1 = Time.new ie_array = ies.parse(ARGV) -#t2 = Time.new -#puts "parse took:"+ (t2 - t1).to_s +t2 = Time.new +puts "parse took:"+ (t2 - t1).to_s # execute the command(s) t3 = Time.new ie_array.each {|ie| ie.exec} t4 = Time.new