(Minor report format update; include monthly totals column.)
[oct_sched.git] / run_report.rb
1 # frozen_string_literal: true
2
3 require "report"
4
5 Report.new.run(base_path: ARGV[0], prefix: ARGV[1])