#!/opt/alt/ruby30/bin/ruby

require_relative "../lib/typeprof"

config = TypeProf::CLI.parse(ARGV)
TypeProf.analyze(config)
