1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

CLI: link to pryrepl.org instead of github

And apply a couple of cosmetic fixes.
This commit is contained in:
Kyrylo Silin 2013-03-10 10:32:23 +02:00
parent fed97f0738
commit eabe96d256

View file

@ -1,4 +1,3 @@
class Pry
# Manage the processing of command line options
@ -91,14 +90,14 @@ Slop.new do
end.parse(ARGV.dup)
if Pry.config.should_load_plugins
Pry::CLI.add_plugin_options
Pry::CLI.add_plugin_options
end
# The default Pry command line options (before plugin options are included)
Pry::CLI.add_options do
banner %{Usage: pry [OPTIONS]
Start a Pry session.
See: `https://github.com/pry` for more information.
See http://pryrepl.org/ for more information.
Copyright (c) 2013 John Mair (banisterfiend)
--
}