bin/igp in igp-0.0.3 vs bin/igp in igp-1.0.0

- old
+ new

@@ -4,13 +4,12 @@ require 'igp' require 'getoptions' begin options = GetOptions.new(Igp::Shell::OPTIONS) - Igp::Shell.new(options,ARGV).run -rescue Interrupt,NoMethodError - $stderr.puts "" + Igp::Shell.new(options, ARGV).run +rescue Interrupt, NoMethodError + $stderr.puts '' rescue Exception => e $stderr.puts "That wasn't meant to happen! #{e.message}" Igp::Shell.usage end -