#!/usr/bin/env ruby
$0 = 'pry'

require 'pry'

# Process command line options and run Pry
opts = Pry::CLI.parse_options
Pry::CLI.start(opts)
