summaryrefslogtreecommitdiff
path: root/bin/pry
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2011-12-11 04:09:49 +1300
committerJohn Mair <jrmair@gmail.com>2011-12-11 04:13:42 +1300
commit6a799a7fcd198e4bb4205dde055fca346176b867 (patch)
tree9cee12d6cd3701a2520205e1d1e98696ac9a1220 /bin/pry
parentd438a2f0370bfa99d7914cf06bacd8d6572484fa (diff)
downloadpry-6a799a7fcd198e4bb4205dde055fca346176b867.tar.gz
updated cli.rb for new API and added tests for cli
Diffstat (limited to 'bin/pry')
-rwxr-xr-xbin/pry2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pry b/bin/pry
index cd06ba94..3904fe96 100755
--- a/bin/pry
+++ b/bin/pry
@@ -13,4 +13,4 @@ rescue LoadError
end
# Process command line options and run Pry
-Pry::CLI.run
+Pry::CLI.parse_options