| Class | Pry::CLI |
| In: |
lib/pry/cli.rb
|
| Parent: | Object |
Manage the processing of command line options
| NoOptionsError | = | Class.new(StandardError) |
| input_args | [RW] |
@return [Array<String>] The input array of strings to process
as CLI options. |
| option_processors | [RW] |
@return [Array] The Procs that process the parsed options. Plugins can
utilize this facility in order to add and process their own Pry options. |
| options | [RW] | @return [Proc] The Proc defining the valid command line options. |