mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
lib/pry/cli.rb: clarify the role of #option_processors
This commit is contained in:
parent
72a308ba12
commit
32b7290c75
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ class Pry
|
|||
# @return [Proc] The Proc defining the valid command line options.
|
||||
attr_accessor :options
|
||||
|
||||
# @return [Array] The Procs that process the parsed options.
|
||||
# @return [Array] The Procs that process the parsed options. Plugins can
|
||||
# utilize this facility in order to add and process their own Pry
|
||||
# options.
|
||||
attr_accessor :option_processors
|
||||
|
||||
# @return [Array<String>] The input array of strings to process
|
||||
|
|
Loading…
Add table
Reference in a new issue