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