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:
parent
fed97f0738
commit
eabe96d256
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
--
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue