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

Merge remote-tracking branch 'rpag/required_arg'

Conflicts:
	lib/pry-rails/commands/recognize_path.rb
This commit is contained in:
Ryan Fitzgerald 2014-11-22 23:15:28 -08:00
commit 08a45938f3

View file

@ -2,6 +2,7 @@ class PryRails::RecognizePath < Pry::ClassCommand
match 'recognize-path'
group 'Rails'
description 'See which route matches a URL.'
command_options argument_required: true
banner <<-BANNER
Usage: recognize-path <path> [-m|--method METHOD]