class Launchy::Cli

def run(argv = ARGV, env = ENV)

def run(argv = ARGV, env = ENV)
  exit 1 unless good_run(argv, env)
end