Class: Kettle::Family::CLI::ReportCommand

Inherits:
Discover show all
Defined in:
lib/kettle/family/cli.rb

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



213
214
215
216
# File 'lib/kettle/family/cli.rb', line 213

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