# File lib/launchy/cli.rb, line 79 def run( argv = ARGV, env = ENV ) exit 1 unless good_run( argv, env ) end