From f3339c8cef6a4a73f540930d7b48a2ffe6f9352e Mon Sep 17 00:00:00 2001 From: Richo Healey Date: Wed, 11 Mar 2015 13:53:21 -0700 Subject: cli: parse_opts should not actually spin off a repl --- bin/pry | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/pry b/bin/pry index 3904fe96..dcd643fb 100755 --- a/bin/pry +++ b/bin/pry @@ -13,4 +13,5 @@ rescue LoadError end # Process command line options and run Pry -Pry::CLI.parse_options +opts = Pry::CLI.parse_options +Pry::CLI.start(opts) -- cgit v1.2.1