mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
e84c34b17a
* Added myself (should've done that years ago) * Made it look like Pry is a team effort
8 lines
141 B
Ruby
Executable file
8 lines
141 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
$0 = 'pry'
|
|
|
|
require 'pry'
|
|
|
|
# Process command line options and run Pry
|
|
opts = Pry::CLI.parse_options
|
|
Pry::CLI.start(opts)
|