Method: GLI::Commands::HelpModules::CommandFinder#initialize
- Defined in:
- lib/gli/commands/help_modules/command_finder.rb
#initialize(app, arguments, error) ⇒ CommandFinder
Returns a new instance of CommandFinder.
11 12 13 14 15 16 17 |
# File 'lib/gli/commands/help_modules/command_finder.rb', line 11 def initialize(app,arguments,error) @app = app @arguments = arguments @error = error @squelch_stderr = false @last_unknown_command = nil end |