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:
commit
08a45938f3
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue