Classes: Report
22 23 24 25 26 27 28 29
# File 'lib/dri/commands/publish.rb', line 22 def report(*) if options[:help] invoke :help, ['report'] else require_relative 'publish/report' Dri::Commands::Publish::Report.new(options).execute end end