Class: Kettle::Family::CLI::Discover

Inherits:
BaseCommand
  • Object
show all
Defined in:
lib/kettle/family/cli.rb

Direct Known Subclasses

Plan, ReportCommand

Instance Method Summary collapse

Methods inherited from BaseCommand

#initialize

Methods included from SelectionOptions

included

Methods included from SharedOptions

included

Methods included from ReturningMain

#main

Constructor Details

This class inherits a constructor from Kettle::Family::CLI::BaseCommand

Instance Method Details

#run(*args) ⇒ Object



193
194
195
196
# File 'lib/kettle/family/cli.rb', line 193

def run(*args)
  unexpected_arguments!(args)
  run_family("discover")
end