mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
restore previous command-line switch behavior
This commit is contained in:
parent
d200c8005c
commit
3d91fc4f20
1 changed files with 1 additions and 1 deletions
2
bin/pry
2
bin/pry
|
@ -12,7 +12,7 @@ rescue LoadError
|
||||||
require 'pry'
|
require 'pry'
|
||||||
end
|
end
|
||||||
|
|
||||||
opts = Slop.parse(:help => true) do
|
opts = Slop.parse(:help => true, :multiple_switches => false) do
|
||||||
banner %{Usage: pry [OPTIONS]
|
banner %{Usage: pry [OPTIONS]
|
||||||
Start a Pry session.
|
Start a Pry session.
|
||||||
See: `https://github.com/banister` for more information.
|
See: `https://github.com/banister` for more information.
|
||||||
|
|
Loading…
Reference in a new issue